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 will be the output of below code?
Can a binary tree be empty?
What are the average and worst time complexity in a sorted binary tree is
Explain the term base case?
Is bubble sort slow?
What is a B tree?
How do you do binary search?
Design a datastructure to represent the movement of a knight on a chess board
What is a stable sort?
What are the main differences between the linked list and linear array?
Tell me about circular linked list?
How do you assign an address to an element of a pointer array ?
Can we add duplicate keys in a hashmap?
Explain what is the data structures used to perform recursion?
Can a null element added to a treeset or hashset?