recategorized by
445 views

1 Answer

Answer:

Related questions

1 votes
1 votes
1 answer
1
gatecse asked Dec 9, 2020
458 views
Priority queue is implemented by :Doubly link listGraphHeapStack
1 votes
1 votes
1 answer
2
gatecse asked Dec 9, 2020
344 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
387 views
A recursive problem like tower of hanoi can be rewritten without recursion using:stackpriority queuegraphcycles