Linked List
- Introduction to Linked List
- Array vs Linked List
- Singly Linked List
- Doubly Linked List
- Circular Linked List
DS Sorting
Singly Linked List Programs+pseudocode
- operations performed on a singly linked list
- Reverse a Singly Linked List
- Print Singly Linked List in reverse direction
- Remove loop in singly linked list
- Copy linked list with random pointer
- Find merge point of two lists
- Merge two sorted linked lists
- Insert an element in sorted linked list
- Find nth node from last in a linked list
- Find a middle element of linked list in one pass
- Check if singly linked list is palindrome
- Remove duplicates from sorted linked list
- Remove duplicates from unsorted linked list
0 comments:
Post a Comment