Skip to content

robert-godlewski/go_algo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description

All of these algorithms are my solutions to LeetCode Problems in Go

Compile via root directory with: % go mod tidy

Run go with: % go run .

Go References:

Need to do:

General road map taken from LeetCode Road Map by Leetcode in the Beginner's Guide

Data Stuctures:

  • Arrays - Comfortable with, ok to skip for now
  • Linked Lists - Need more practice
  • Hash Tables - Need more practice
  • Queues and Stacks - Need more practice
  • Binary Trees
  • Queues and Stacks
  • Sets
  • Heaps
  • Tries
  • Graphs

Algorithms:

  • Recursion
  • Bit Arithmetic
  • Binary Search
  • Sorting Algorithms
  • Dynamic Programming

Releases

No releases published

Packages

No packages published

Languages