Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 601 Bytes

File metadata and controls

35 lines (22 loc) · 601 Bytes

Welcome

This is the place where I store all the Algorithms and Data Structures I'm currently learning in a simple and friendly python implementation.

What You'll Find

Algorithms

  • Depth First Search
  • Breadth First Search

Data Structures / Types

  • Graph - Adjacent Lists
  • Priority Queue
  • Queue
  • Stack

Todo

Algorithms

  • Add Binary Search
  • Add Linear Search
  • Add Quicksort
  • Add Insertion Sort
  • Add Selection Sort

Data Structures

  • Finish learning graphs
  • Finish learning hashmaps
  • Add graph alterations (e.g. quicker integer only adjacent list graphs)