8 Types of Sort
Implement bubble sort, selection sort, insertion sort, shell sort, quick sort, heap sort, merge sort and radix sort
Implement bubble sort, selection sort, insertion sort, shell sort, quick sort, heap sort, merge sort and radix sort
Implement an algorithm that checks whether one tree is a subtree of the other tree.
The lowest common ancestor is the lowest node in the tree that has both n1 and n2 as descendants, where n1 and n2 are the nodes for which we wish to find the...
An algorithm that links nodes at the same depth to a linked list when a binary tree is given
implemented code that checks whether there is a path between nodes using graph and queue.
implement stack with min() function
implemented to dynamically assign three stacks to one array.