What is stack and queue in data structure?
No Answer is Posted For this Question
Be the First to Post Answer
Define graph?
List the applications of stacks?
How do you find the number of comparisons in bubble sort?
What is time complexity of bubble sort?
Write program for Quick sort ?
How do you sort large data?
Does mentioning the array name gives the base address in all the contexts?
why do tree always takes o(log n) time?
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 graph traversals?
Devise a program to sort an array using bubble sort.
What is the minimum number of nodes that a binary tree can have?