June 01 ยท Statement Given a binary matrix, we need to find the length of the shortest path from the top-left cell to the bottom-right cell. We can only...
If you haven't read the previous article in this series, Please find the link here. Patterns Traversal(s) Level-order Traversal of a Tree Given a...
They are everywhere. What is a Tree? Trees are non-linear data structures that are quite often used to represent hierarchical data with a set of...
As I have covered a few topics in the previous article, I'll cover the remaining pattern and problems here. Add one to linked list As seen in the...
They can be grown & pruned. What is Linked List? Linked List is a non-contiguous data structure. The singly linked list is a linear data structure...
What is a Data Structure? We knowingly or unknowingly use data structures in our day-to-day life. We form a Queue to board public transport. We...