1.

Reducing search space by eliminating irrelevant trees is known as?(a) pruning(b) partial results(c) freeing space(d) traversingEnquiry is from Trees topic in chapter Trees of Data Structures & Algorithms IThis question was posed to me during an online exam.

Answer»

Correct answer is (a) pruning

The best explanation: Pruning is eliminating irrelevant trees. Partial RESULTS are KEEPING best results and UPDATING. TRAVERSAL is visiting all the nodes of a TREE.



Discussion

No Comment Found

Related InterviewSolutions