Leaf It Up To Binary Trees – basecs – Medium
ost things in software can be broken up into smaller parts. Large frameworks are really just small pieces of functionality that have been built up to create a heavyweight code infrastructure. Object-oriented programming is really just a bunch of classes that inherit from one another. And classical inheritance and the "class hierarchy" is really just a hierarchal tree structure. And trees are data structures that are really just a bunch of nodes and links that are connected to one another.
Read full article from Leaf It Up To Binary Trees – basecs – Medium
No comments:
Post a Comment