Skip to content

Latest commit

 

History

History
34 lines (29 loc) · 612 Bytes

README.md

File metadata and controls

34 lines (29 loc) · 612 Bytes

Algorithm Study Notes

A repository created to study data structures and stuff like that.

Data Structures

  • Binary Search Tree
  • Dynamic Array
  • Graphs
  • Hash Map
  • Hash Set
  • Heaps
  • Integer Set
  • Linked List
  • LRU Cache
  • Queue
  • Ring Buffer
  • Stack

Algorithms

  • Binary Search
  • Breadth First Search
  • Depth First Search
  • Dijkstra's Algorithm
  • Kahn's Algorithm
  • Tarjan's Algorithm

Sorting Algorithms

  • Heapsort
  • Mergesort
  • Quicksort

Other Stuff

  • Bit Manipulation
  • Dynamic Programming