3.9 Evaluation of Prefix and Postfix expressions using stack | Data structures
In this lecture I have described how we can evaluate prefix and postfix expressions efficiently using stack data structure.
In this lecture I have described how we can evaluate prefix and postfix expressions efficiently using stack data structure.
6.5 Prim's Algorithm for Minimum Spanning Tree | Data structures
Threaded Binary Tree (TBT) IN Data Structure Explaination
Quick Sort | Time and Space | Data Structure and Algorithms in JAVA
L-3.13: Heap sort with Example | Heapify Method
Sorted insert for circular linked list | GeeksforGeeks