A linked list is a sequence of data structures, which are connected together via links. A linked list is a sequence of links that contain items. Each link contains a connection to another link. The Linked list is the second most-used data structure after array.
In this “Linked Lists, Stacks, and Queues – Data Structure and Algorithms” you will learn about the following topics:
- Linked List
- Types of Linked List
- Singly Linked List or One Way Chain
- Operations on Singly Linked List
- Insertion In Singly Linked List At Beginning, Insertion In Singly Linked List At The End, Insertion In Singly Linked List After Specified Node, Insertion In Singly Linked List After Specified Node, Deletion In Singly Linked List At Beginning, Deletion In Singly Linked List At The End, Deletion In Singly Linked List After The Specified Node, Traversing In Singly Linked List, Searching In Singly Linked List
- Example of Singly Linked List
- Doubly Linked List
- Operation in Doubly Linked List
- Insertion In Doubly Linked List At Beginning, Insertion In Doubly Linked List At The End, Insertion In Doubly Linked List After Specified Node, Deletion At Beginning, Deletion In Doubly Linked List At The End, Deletion In Doubly Linked List After The Specified Node, Searching For A Specific Node In Doubly Linked List, Traversing In Doubly Linked List
- Example of Doubly Linked List
- Circular Singly Linked List
- Operations on Circular Singly Linked List
- Insertion Into Circular Singly Linked List At Beginning, Insertion Into Circular Singly Linked List At The End, Deletion in Circular Singly Linked List at the End, Searching In Circular Singly Linked List, Traversing In Circular Singly Linked List
- Example Circular Singly Linked List
- Circular Doubly Linked List
- Operations on Circular Doubly Linked List
- Insertion in Circular Doubly Linked List at Beginning, Insertion In Circular Doubly Linked List At End, Deletion in Circular Doubly Linked List at Beginning, Deletion in Circular Doubly Linked List at End
- Example Circular Doubly Linked List
- Stack
- Working of Stack
- Standard Stack Operations
- PUSH Operation, POP Operation, Peek Operation
- Example of Stack
- Expression Parsing
- Infix Notation, Prefix Notation, Postfix Notation
- Parsing Expressions
- Precedence, Associativity
- Queue
- Operations on Queue
- Types of Queue
- Linear Queue
- Enqueue Operation, Dequeue Operation
- Example of Linear Queue
- Circular Queue
- Operations on Circular Queue
- Enqueue Operation, Dequeue Operation
- Example of Circular Queue
==== Point to Note ====
If you like to contribute, you can mail us BCA Notes, BCA Question Collections, BCA Related Information, and Latest Technology Information at [email protected].
See your article appearing on BCA Notes (Pokhara University) main page with your designation and help other BCA Students to excel.
Please write comments if you find anything incorrect, or you want to share more information about the topic discussed above.
0 Comments