- Linked List questions in GeeksForGeeks
- ********* Copy a linked list with next and arbitrary pointer
- *********Reverse linked list iteratively and recursively
- Add two numbers stored in linked lists
- Linked list traversal
- ***********Merge two sorted linked lists. code
- Skip Lists
- Remove duplicate nodes in unsorted linked list
- Reverse alternate k nodes of a linked list
- Remove nodes which have greater value on right side in linked list
- Reverse a linked list
- Find intersection of two linked lists
- *******Write queue using stack
- Find 10 maximum numbers from a billion numbers
- ***********Element relationship in an array
- Reverse a stack inplace using recursion
- Design a resource pool which promised FIFO to every client
- Applications of priority heaps
- Delete a given node in linked list under given constraints
- Write a function to modify head pointer of a linked list
- XOR memory efficient doubly linked list
- Memory efficient doubly linked lst
- *************Detect and remove a loop in linked list
- Detect loop in linked list
- Segregate even and odd nodes in a linked list
- Reverse alternate k nodes in a singly linked list
- ***********Sorted insert for circular linked list
- Linked list vs array
- Reverse a linked list in a group of given size
- Merge sort for linked lists
- Merge two sorted linked lists
- Identical linked lists
- Alternating split of a given linked list
- Delete alternate nodes of a linked list
- Intersection of two sorted linked lists
- Delete a node in doubly linked list
- Pairwise swap elements of given linked list
- Move last element to front of a given linked list
- Split circular linked list into two halves
- ********Reverse doubly linked list
- Recursive function to print reverse of a linked list
- ********Reverse a linked list
- Remove duplicates from an unsorted linked list
- ******Remove duplicates from a sorted linked list
- Intersection point of two linked lists
- *************** Insert a node into sorted linked list
- ***************Great tree list recursion problem
- Check if singly linked list is palindrome
- Given a pointer to a node to be deleted, how will you delete ?
- Given only a pointer to a node to be deleted in a singly linked list, how do you delete it?
- Count number of times a number occurs in a linked list
- Nth node from the end of linked list
- Print middle of a linked list
- Print Nth node of a linked list
- Union and intersection of two linked lists
- A Queue that Supports Enqueue, Dequeue, and GetMin in Constant Time
- A Stack that Supports Push, Pop, and GetMin in Constant Time
- Implement two stacks in an array
No comments:
Post a Comment