Answer Posted / hr@tgksolutions.com
A data structure is a type of storage format that specifies how information is arranged, saved, and worked with.
Trees, graphs, and arrays are a few well-known data structures.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the difference between b tree and binary search tree?
What is application of data structure?
How to fill element (initialize at once) in an array?
What is the use of heap sort?
What is Insertion sort, selection sort, bubble sort( basic differences among the functionality of the three sorts and not the exact algorithms)?
Are sets sorted?
What do you mean by data types?
Why do we use trees in data structures?
Write an algorithm for inserting and deleting an element from doubly linked list?
Tell me can the size of operator be used to tell the size of an array passed to a function?
how to delete first node from singly linked list?
What does adt stands for?
What is significance of ” * ” ?
Is priority queue sorted?
How to sort an Array?