Skip to content

Latest commit

 

History

History
86 lines (61 loc) · 5.65 KB

README.md

File metadata and controls

86 lines (61 loc) · 5.65 KB

Data Structure and Algorithms

These curated problems are from my leet code, algo expert, freecodecamp practice problem. I might not be shooting for the best solution here but more of the appraoch i enjoyed and worth making a note as i forget the nitty gritty details as days goes on.

Binary Tree

Here is the binay tree problems from leetcode. The repo here is seperated into binary-tree, binary-search-tree, nth-tree, graphs and linkedList-to-binary-tree to seperate the topics and focus on the common patterns.

Path Related Problems

LCA & Path Related Problems

Tree Validation

POSTORDER, INORDER, PREORDER and LEVELORDER Traverse

Graph

Dynamic Programming

Buy & Sell Stocks

Arrays

TWO POINTER

THREE POINTER

Other JS Repos

More Reads