Following The Primeagen's course on Algorithms in Frontend Masters
Trying to make all of the algorithms he made a test for, at least passing those tests, not really following the exacts days.
If you find any correction to make, please contact me or pr.
-
LinearSearchList
-
BinarySearchList
-
TwoCrystalBalls
-
BubbleSort
-
Queue
-
Stack
-
ArrayList
-
RingBuffer
-
MazeSolver
-
MinHeap
-
QuickSort
-
BTPreOrder - BinaryTree traversal
-
BTInOrder
-
BTPostOrder
-
CompareBinaryTrees
-
InsertionSort
-
MergeSort
-
SinglyLinkedList
-
DoublyLinkedList
-
BFSGraphMatrix - Breadth-First Search
-
PrimsList
-
BTBFS - Breadth-First Search on a BinaryTree
-
DFSOnBST - Depth-First Search on a Binary Search Tree
-
DFSGraphList - Depth-First Search
-
DijkstraList
-
Map
-
LRU - Least Recently Used
- Trie