Answer Posted / amit patra
Data may be organised many difference o-s. The Logical and
matahmedical model of a particular organizetion of data is
called data structure.
Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
Write an algorithm to show various operations on ordered list and arrays
Write a program to insert an element and in the specific position in the array?
Will this code give error if I try to add two heterogeneous elements in the arraylist? And why?
Which language is best for data structures and algorithms?
How does linkedhashset work internally?
Define disjoint set adt?
What is 2 dimensional linked list?
An array having 100 elements have numbers from 1 to 99 randomly out of which any number is repeated. Find the repeated number in minimum time and space complexity.
How would you use bsearch() function to search a name stored in array of pointers to string?
List some applications of queue data structure.
Which is better array or linked list?
Is binary tree a binary search tree?
How can someone display singly linked list from first to last?
How does hashset work internally in java?
What’s the difference between enumeration and iterator interfaces?