Skip to content

citta-lab/DSA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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