Answer Posted / megha jain
Data may be organised in different ways; the logical and
mathematical model of a particuler organization of data is
called Data Structure
Is This Answer Correct ? | 14 Yes | 0 No |
Post New Answer View All Answers
Can treemap key null?
Given an array of integers, devise a program to replace every element with the next greatest element on the right side in the array. Also, replace the last element with 5 as there no element on the right side of it.
Tell me what should be done in the base case for this recursive problem?
Why insertion is faster in linked list?
If you are using c language to implement the heterogeneous linked list, what pointer type should be used?
What is a static structure?
What is max heapify?
Write a program to reverse a single linked list.
What is bitonic search?
Give us a program to reverse a linked list.
Does linked list allow duplicates?
What is a string or array type?
Is priority queue sorted?
Define avl tree?
write a code for Implementation of stack and queues.