Skip to content

Latest commit

 

History

History
29 lines (26 loc) · 523 Bytes

README.md

File metadata and controls

29 lines (26 loc) · 523 Bytes

Data-Structures-and-Algorithms

01. BitMagic & Recursion

Check power of 2 Cutting rope Digital roots Josephus problem kth bit

02. Arrays

Leader in array Sliding window technique Stock buy-sell Kadane's algorithm (Maximum sum of subarray) Trapping rain water Presum technique

13. Tree

Contains only single file Application of tree Depth first search Breadth first search Problems of DFS-BFS

##14. Binary Search Tree BST background BST Introduction Problems on BST Self balancing BST TreeSet and TreeMap in Java