Answer Posted / hrpynux@gmail.com
A dynamic data structure (DDS) refers to an organization or collection of data in memory that has the flexibility to grow or shrink in size, enabling a programmer to control exactly how much memory is utilized.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is bitonic search?
Why is data structure used?
Which is more efficient merge sort vs quicksort?
Devise a program to sort an array using bubble sort.
Define general trees?
How do you sort an array in descending order?
Which sorting has less time complexity?
Define circular list?
Why do we need to recycle?
Which language is best for data structures?
What are the advantages and disadvantages of linked list?
What is Insertion sort, selection sort, bubble sort( basic differences among the functionality of the three sorts and not the exact algorithms)?
Does arraylist shrink?
What should I learn first data structures or algorithms?
What are the disadvantages of linked list?