recategorized by
387 views

1 Answer

Answer:

Related questions

1 votes
1 votes
1 answer
1
gatecse asked Dec 9, 2020
445 views
A stack can be implemented using queue, but then we need to use atleast :$3$ queues$2$ queuesonly one queue is sufficientnone of the options
1 votes
1 votes
1 answer
2
gatecse asked Dec 9, 2020
345 views
When we perform in order traversal on a binary tree, we get the ascending order array. The tree is:Heap treealmost complete binary treeBinary search treeCannot be determi...
1 votes
1 votes
1 answer
4
gatecse asked Dec 9, 2020
458 views
Priority queue is implemented by :Doubly link listGraphHeapStack