#interview
Read more stories on Hashnode
Articles with this tag
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...