Commonly Asked Data Structure Interview Questions | Set 1 - GeeksQuiz
Convert a DLL to Binary Tree in-place
See In-place conversion of Sorted DLL to Balanced BST
Convert Binary Tree to DLL in-place
See Convert a given Binary Tree to Doubly Linked List | Set 1, Convert a given Binary Tree to Doubly Linked List | Set 2
Delete a given node in a singly linked list
Given only a pointer to a node to be deleted in a singly linked list, how do you delete it?
Reverse a Linked List
Write a function to reverse a linked list
Detect Loop in a Lined List
Write a C function to detect loop in a linked list.
Which data structure is used for dictionary and spell checker?
Data Structure for Dictionary and Spell Checker?
Which Data Structure Should be used for LRU cache?
How to implement LRU caching scheme? What data structures should be used?
Read full article from Commonly Asked Data Structure Interview Questions | Set 1 - GeeksQuiz
No comments:
Post a Comment