Pratyush Raj Mishra

Results 3 issues of Pratyush Raj Mishra

As suggested, I have put the Sorting codes in Sort file. The code includes: -Selection Sort -Insertion Sort -Merge Sort -Quick Sort Please merge! Thank You!

This code implements Insertion in Binary Search Tree. Language used to implement is C. Time complexity is O(n). Feel free to suggest changes! Thank You!

Execution of Lowest Common Ancestor (LCA) of two nodes in a BST. C++ has been chosen as the language for implementation of this program. Feel free to suggest changes. Thank...