These c++ programs shows the implementation of Linked List from Arrays, Linear Linked List, Double Linked List, Linked List as Stack, Linked List as Queue, etc.
DS-06: A C++ Program to illustrate the implementation of Linked List as a Stack using Graphics.
DS-07: A C++ Program to illustrate the implementation of Linked List as a Queue using Graphics.
DS-08: A C++ Program to illustrate the implementation of Double Ended Linked List as a Stack using Graphics.
DS-09: A C++ Program to illustrate the implementation of Double Ended Linked List as a Queue using Graphics.
DS-22: A C++ Program to illustrate the implementation of Linked List as a Stack.
DS-23: A C++ Program to illustrate the implementation of Linked List as a Queue.
DS-24: A C++ Program to illustrate the implementation of Double Ended Linked List as a Stack.
DS-25: A C++ Program to illustrate the implementation of Double Ended Linked List as a Queue.
DS-30: A C++ Program to print a Single Ended Linked List in Original & Reverse Order and sort it in Ascending & Decending Order.
DS-33: A C++ Program to convert an Infix Expression into a Postfix Expression using Linked List as a Stack.
DS-39: A C++ Program to implement Sparse Matrix using Linked List.