Don’t worry, unlock all articles / blogs on PrepInsta by just simply logging in on our website
Type atleast 3 characters
Popular Searches
Trending Pages
Notifications Mark All Read
No New notification
My Anatomy9>
PREPINSTA PRIME
Get Hiring Updates right in your inbox from PrepInsta
Question 1
O(nlogn)
O(n)
O(n^{2})
O(1)
Start
Question 2
Question 3
Stack
Queue
Array
Linked list
Question 4
1,2,3,4
4,3,2,1
1,2,4,3
4,3,1,2
Question 5
I only
I , II, III and IV
II and IV only
I , III only
Question 6
Rear = front = -1
Rear = front = 1
Rear = 0 and front = -1
Rear = -1 and front = 0
Question 7
Singly linked list
Doubly linked list
Circular doubly linked list
Array implementation of list
Question 8
Singly linked list with head and tail pointers
Doubly linked list with only head pointer
Binary tree
Hash table
Question 9
Possible if size of linked list is even
Possible if size of linked list is odd
Possible if x is not first node
Possible if x is not last node
Question 10
No pointer
1 pointer
2 pointer
3 pointer
Please login to report