Forum is an online discussion forum where youth or even the experienced professionals discuss their queries related to and get answers for their questions from other talented individuals. An online discussion can be started by asking questions, helping others with answers. The best part is that it is very simple and is free of cost.
im trying to write a function that takes two lists, each of which is sorted in increasing order, and merges the two together into one list which is in increasing order. Below is my ...
Design a stack to return minimum element. Stack should continue supporting other basic operations .
In real life , where can we find the applications of data structures ?
what do you mean by queue data structure mention its applications?
If I first insert an element x into a binary search tree that does not already contain x and then immediately delete x from the tree. Will the new tree be identical to the origin ...
How to Convert Binary Tree into DLL in-place. Explain with example
Which data structure is used for dictionary and spell checker? Explain with example
what made the need of data structures.can we write a program without data structures?Is data structure an essential part for a programmer to learn?
What is the formula to calculate address in multi dimensional array ?
is it possible to perfrom binary search by using a linked list?
1>o(N) 2>o(2^n) 3>o(log n)
What do you mean by stack ? Mention it's characteristic and applications in real life
What is the use of peek() operation in stack data structure ?
What are the various operations that can be performed on different Data Structures?
What is the difference between Stack and Queue data structure?
while teaching data structure what should be taught first stacks or linked lists??
What are the various operations that can be performed on different Data Structures?
What is minimum number of queues needed to implement priority queue?