Just naive javacript implementations of sorting algorithms and data structures to learn about them.
- Buble sort
- Selection sort
- Insertion sort
- Heap sort
- Merge sort
- Quicksort
- Linear search
- Binary search
- Stacks
- Queues
- Heaps
- Binary search trees
- Breadth-first search
- Depth-first search
- Bellman-Ford algorithm
- Dijkstra's algorithm
- A* algorithm