In which data structure, elements can be added or removed at
either end, but not in the middle?
Answer Posted / guest
stack
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Difference between calloc and malloc in data structures?
What are different techniques for making hash function?
Define root?
Where will be the free node available while inserting a new node in a linked list?
Given an array of integers, devise a program to replace every element with the next greatest element on the right side in the array. Also, replace the last element with 5 as there no element on the right side of it.
List the two important key points of depth first search?
What are the major data structures used in the network data model?
Why hashmap is faster than hashset?
What is the similarity between a Structure, Union and enumeration?
How do you determine if a binary tree is height balanced?
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.
Is bucket sort a comparison sort?
What is complexity of bubble sort?
List the types of tree.
Advanced problems related to Data Structures were asked