The Primagen's algorithms & data structures course from FrontendMasters meant for TypeScript, but here is implemented in Go
- LinearSearch
- BinarySearch
- TwoCrystalBalls problem
- BubbleSort
- QuickSort
- Queue
- Stack
- ArrayList
- DoublyLinkedList
- Traversal (depth first)
- BFS
- DFS
- Compare
- Binary Search Tree
- Insert
- Delete