Skip to content

Latest commit

 

History

History
27 lines (26 loc) · 575 Bytes

README.md

File metadata and controls

27 lines (26 loc) · 575 Bytes

Algorithms and Data Structures

Repo containing code exercise, challenge, coursework in Udemy JS Algorithm and Data Structures by Colt Steele.
All implemented in python.

Syllabus :

  • Introduction
  • Big O Notation
  • Recursion
  • Searching Algorithms
  • Bubble Sort
  • Selection Sort
  • Insertion Sort
  • Merge Sort
  • Quick Sort
  • Radix Sort
  • Data Structures Introduction
  • Singly Linked Lists
  • Doubly Linked Lists
  • Stacks + Queues
  • Binary Search Trees
  • Tree Traversal
  • Binary Heaps
  • Hash Tables
  • Graphs
  • Graphs Traversal
  • Dijkstra's Algorithm
  • Dynamic Programming