GitHunt
OR

orvindemsy/algo-data-structures

Python implementation of JS algorithm and data structures course by Colt Steele

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

Languages

Jupyter Notebook100.0%

Contributors

Created March 18, 2021
Updated January 18, 2026
orvindemsy/algo-data-structures | GitHunt