Answer Posted / megha jain
Data may be organised in different ways; the logical and
mathematical model of a particuler organization of data is
called Data Structure
| Is This Answer Correct ? | 14 Yes | 0 No |
Post New Answer View All Answers
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 are the types of bulleted list?
What are the drawbacks of array implementation of queue?
What are trees in data structures?
Why it is said that searching a node in a binary search tree is efficient than that of a simple binary tree?
What are the basic data structures?
Tell us the difference between merge and quick sort. Which one would you prefer and why?
What is sorting and its types?
What is the use of bubble sort?
What is a height of a tree?
What do you mean by garbage collection?
Can arraylist contain null?
How will you explain circular linked list?
What is the use of sorting?
Write a Program for Linked list manipulation.