Answer Posted / m.sahitya
Data structure is a method used to store data in computer so that it can be used efficiently...
| Is This Answer Correct ? | 6 Yes | 6 No |
Post New Answer View All Answers
What is a sorting algorithm in data structure?
Can you tell me the differences between Array and ArrayList?
What is an externalizable interface?
What is heap tree explain with example?
Is data structures and algorithms important?
Is sorting a math skill?
Which searching algorithm is best?
Why sorting is done?
Why do we use binary search?
In Data Structure, write output of given program.
For the following COBOL code, draw the Binary tree? 01 STUDENT_REC. 02 NAME. 03 FIRST_NAME PIC X(10). 03 LAST_NAME PIC X(10). 02 YEAR_OF_STUDY. 03 FIRST_SEM PIC XX. 03 SECOND_SEM PIC XX.
What is the difference between Strings and Arrays?
There is a program which inserts and deletes node in a sorted singly linked list. There is a bug in one of the modules, how would you debug it?
How to find 3rd element from end in a linked list in one pass?
What thread means?