Skip to content
/ algoTP Public

The Primeagen's The Last Algorithms Course You'll Need - resolutions

Notifications You must be signed in to change notification settings

elfabri/algoTP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The Last Algorithms Course You'll Need - resolutions

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.

Day 1:

  • LinearSearchList

  • BinarySearchList

  • TwoCrystalBalls

  • BubbleSort

  • Queue

Day 2:

  • Stack

  • ArrayList

  • RingBuffer

  • MazeSolver

  • MinHeap

Day 3:

  • QuickSort

  • BTPreOrder - BinaryTree traversal

  • BTInOrder

  • BTPostOrder

  • CompareBinaryTrees

  • InsertionSort

  • MergeSort

  • SinglyLinkedList

  • DoublyLinkedList

  • BFSGraphMatrix - Breadth-First Search

  • PrimsList

Day 4:

  • 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

Todo:

  • Trie

About

The Primeagen's The Last Algorithms Course You'll Need - resolutions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published