Which of the following is not an inherent application of stack? a) Reversing a string b) Evaluation of postfix expression c) Implementation of recursion d) Job scheduling
Home/data structure/Page 2
SIKSHAPATH Latest Questions
arif19
Asked: November 28, 2021In: Data Structure
Write a menu-driven program that maintains a singly linked list whose elements are stored in ascending order and implements the following operations (using separate functions): Find the locations of a given element Delete an existing element from the end please ans as soon ...
Minni
Asked: November 24, 2021In: Data Structure
Write a C/C++ program to implement Binary Search Tree.
Sandy1
Asked: November 18, 2021In: Other
Create an AVL tree using the following sequence of data: 16, 27, 9, 11, 36, 54, 81, 63, 72.
Berlin
Asked: October 20, 2021In: Data Structure
practice503
Asked: October 20, 2021In: Data Structure
Draw the queue structure in each case when the following operations are performed on an empty queue. (a) Add A, B, C, D, E, F (b) Delete two letters (c) Add G (d) Add H (e) Delete four letters (f) Add I