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 sorting with example?
Differentiate between file and structure storage structure.
What is heap with example?
Define a binary search tree?
Construct a doubly linked list using a single pointer in each node?
Can you use Bubble Sort To sort the number of elements.
in tree construction which is the suitable efficient data structure? (Array, linked list, stack, queue)
What is queue in data structure?
Define data type and what are the types of data type?
How to inverting a function in sort and searching?
Can treeset have duplicates?
What is a threaded binary tree? Explain its operation with example?
What is a treemap chart?
How do you do a mergesort?