- 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
Popular Posts
-
Given the sequence S1 = {a,b,c,d,…,x,y,z,aa,ab,ac…. } and given that this sequence corresponds (term for term) to the sequence S2 = {0,1...
-
Given a binary matrix, find out the maximum size square sub-matrix with all 1s. Algorithm: Let the given binary matrix be M[R][C]. The idea ...
-
The bustling town of Siruseri has just one sports stadium. There are a number of schools, colleges, sports associations, etc. that use this ...
-
Refer : http://education.cdacmumbai.in/education/pgdst/dsalfac/notes/ShellSort.pdf Shellsort works by comparing elements that are distant r...
-
Many of you might not be knowing that if you have 1 gmail id … you have infinte gmail ids… Seems to be a joke.. It’s not actually… for e.g ...
-
How to find kth smallest element in BST . you cannot use static/global variable and you cannot pass value of k to any function ? Solution ...
-
Find the maximum rectangle (in terms of area) under a histogram in linear time. I mean the area of largest rectangle that fits entirely in t...
-
There is an integer array consisting positive and negative integers. Find maximum positive difference S defined as: O(N) solution S = a[i] ...
-
Q: Given an integer x and an unsorted array of integers, describe an algorithm to determine whether two of the numbers add up to x. If we ha...
-
http://effprog.blogspot.com/2011/02/duplicate-removal-in-binary-search-tree.html http://shashank7s.blogspot.com/2011/03/write-program-to-rem...
Tuesday, February 7, 2012
Linked list, Stack and queue questions
Labels:
Question list
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment