Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 415 Bytes

TODO.md

File metadata and controls

30 lines (20 loc) · 415 Bytes

TODO

Tree

  • Binary Tree
  • Binary Search Tree
  • Inorder to Preorder
  • Count Leaf Nodes

Graph

  • Graph implementation
  • Detect cycle in Graph
  • Topological Sort
  • Prim's Algorithm
  • Kruskal's Algorithm

Dynamic Programming

  • Fibonacci
  • Longest Increasing Subsequence

Heap

  • Heap implementation
  • Heap Sort

Backtracking

  • N-Queens