...
October 9, 2023

Data-Structures

Question 29 A binary search tree contains the value 1, 2, 3, 4, 5, 6, 7, 8. The tree is traversed in pre-order and the values […]
October 9, 2023

GATE 1987

Question 3 It is possible to construct a binary tree uniquely whose pre-order and post-order traversals are given? A True B False Data-StructuresBinary-TreesVideo-Explanation Question 3 Explanation:  […]
October 9, 2023

Binary-Trees

Question 139 A binary tree with 27 nodes has _______ null branches. A 54 B 27 C 26 D None of the above Data-StructuresBinary-TreesUGC NET CS […]
October 10, 2023

UGC NET CS 2009 Dec-Paper-2

Question 11 Recursive functions are executed in a A First in first out-order B Last in first out-order C Parallel fashion D Load balancing Data-StructuresRecursion Question […]