All types of important operations in Binary Search Tree has been implemented.
Here we need to add two polynomials using Linked List. So let's see how we can do it??
Here we will cover all about priority queue operations in a single blog.
We can also implement Queue with the help of Linked List. Check out this blog to know more.
We can now understand all of the sorting algorithms in one shot.
Instead of using array we can also use Linked List to implement Stack Operations. Let's see How??
Find the factorial of a number and nth fibonacci using Tail recursion
Implement the the Tower Of Hanoi using recursion