Skip to content

Latest commit

 

History

History
28 lines (11 loc) · 805 Bytes

README.md

File metadata and controls

28 lines (11 loc) · 805 Bytes

Data-Structures-Algo-Practice

Practicing Data Structures and Algorithms for various coding rounds and technical interviews.

Problems for revision

https://leetcode.com/problems/vertical-order-traversal-of-a-binary-tree/ (revised 0 times and last revised on 26th-Jan-2022)

https://leetcode.com/problems/maximum-width-of-binary-tree/ (revised 0 times and last revised on last revised on 22nd-Feb-2022)

https://leetcode.com/problems/all-nodes-distance-k-in-binary-tree/ (revised 0 times and last revised on last revised on 25th-Feb-2022)

https://leetcode.com/problems/delete-node-in-a-bst/ (revised 0 times and last revised on last revised on 25th-Feb-2022)

Problems to solve in future

Top view of Binary Tree

Bottom view of Binary Tree

Right/Left view of Binary Tree