Link List Exercise with Solution
Pointers
Stack Programs
We can implement queue by using
- Array
- Linked List
- Sorting a Stack
- Stack Push Pop Traverse Implementation and Operations
- Program to Implement Stack using two Queues
- Stack implementation using link list in C++
- Stack Implementation using Constructor and Destructor
- Stack Implementation using Single Inheritance in C++
- Stack Implementation using Multiple Inheritance in C++
- Program to evaluate an expression using stacks
- Program to Implement Queue using two Stacks
- Stacks Solved MCQs Questions Answers
- Which data structure is used to implement the array, stack, link list, queue, tree and Graph
Queue Programs
We can implement queue by using
- Array
- Linked List
- Stack.
- Sorting A Queue
- Implementation of Queue using Array
- Program to Implement Stack using two Queues
- Program to Implement Queue using two Stacks
- Queue Implementation Using singly Linked List
- Implementation of Priority Queue
- Implementation of Circular Queue
- Queues MCQs
- Which data structure is used to implement the array, stack, link list, queue, tree and Graph
Singly Link List Programs
- Insert a node at the end of Singly Link List using structures
- Singly Link List using Classes
- Circular linked list implementation in C++ (Singly)
- Insert node at start, delete node from start in single link list
- Inserting node at start, Deleting node from start in single link list
- insert node at the middle of Singly Linked List
- Deletion at the start, middle and end of the Linked List
- Stack implementation using link list in C++
-
Which data structure is used to implement the array, stack, link list, queue, tree and Graph
Doubly Link List Programs
- Doubly Link List using Class in C++
- insert at the start, delete a node at the start in doubly link list
- Insert at the end in Doubly Link List
- Circular linked list implementation in C++ (Doubly link list)
- Which data structure is used to implement the array, stack, link list, queue, tree and Graph
Triply Linked List
Tree Programs
Tree can be implemented in 2 ways;
Graph Programs
Graph can be implemented in 3 ways;
- adjacency matrix
- adjacency list
- adjacency set.
Which data structure is used to implement the array, stack, link list, queue, tree and Graph