Why are Binary Trees Important?

Viewed 12913

Why we do we study binary trees specifically? As in a general m-way search tree is not given as importance as binary trees in DataStructure textbooks.

Does the use of a binary tree exceed m-way trees?

7 Answers
Related