December 2021
Intermediate to advanced
787 pages
12h 50m
English
While the Collections framework provides a rich variety of real-world data structures, it unfortunately does not include trees for direct use.1 However, trees are helpful for various use cases and therefore desirable. Because the topic of trees is quite extensive, and not to go beyond the scope of this book, you will deal mainly with binary trees and binary search trees (BSTs) as special cases.
A file system is hierarchically structured and can be modeled ...
Read now
Unlock full access