Answer Posted / priya
Dequeue is another variation of queue where both insertion
and deletion operation can be made at either ends i.e front
and rear of the structure.
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
Write the recursive c function to count the number of nodes present in a binary tree.
What are the advantages of stack?
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 does the dummy header in linked list contain?
Why would you use a linked list?
How many passes does bubble sort need?
Why is hashing used?
Can list contain null values?
What does simulation of queues mean?
What type of memory allocation is referred for Linked lists?
What is a list of lists?
Should I use hashmap or hashtable?
Explain different methods in which you can traverse a tree?
What is subtree?
Explain the priority queue?