What is the types of data structure?
Answer / Shweta Khanna
The four basic types of data in computer science are: Numeric Data (Integers, Floating-Point Numbers), Textual or String Data, Boolean Data (True or False), and Special Data Types like dates, arrays, objects, etc.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the procedure to insert into a sorted array?
How many types of sorting algorithms are there?
What is the complexity of selection sort?
How can one find a cycle in the linked list? IF found how to recognize the cycle and delete that cycle?
What's difference between stack and queue?
Explain what are the types of collision resolution techniques and the methods used in each of the type?
What is an example of an algorithm?
Data structure used to implement a menu
Is quicksort recursive?
Does the minimal spanning tree of a graph give the shortest distance between any 2 specified nodes?
What is data structure and its types?
What is collision in data structure?