Is it possible to insert different type of elements in a stack? How?
Which file contains the definition of member functions?
What are the pre-requisite for the collection to perform binary search?
Explain what is B-tree?
What is mean by sorting?
What is data structure and data type?
Give a real time example of stack
How much time does it take to learn data structures?
What is a cycle or a circuit?
Differentiate between comparable and comparator.
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.
Define a priority queue?
What are different types of sorting algorithms?
Can arraylist contain duplicates?
What is complexity of quicksort?