Morris Traversal
Jul 30, 2022 · 5 min read · Binary Tree is one of the important concepts in Data structures & Algorithms. All the data structures like Arrays, Array list, Linked list, Stack & Queue, Hash map are linear Data structures, whereas Tree is 'Hierarchical Data Structure'. Since it is...
Join discussion