From charlesreid1

Revision as of 06:25, 12 June 2017 by Admin (talk | contribs) (Created page with "=Notes= ==Goodrich Data Structures and Algorithms - Trees== As with prior chapters and topics in the two version of the Goodrich book, Python and Java, there is a difference...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Notes

Goodrich Data Structures and Algorithms - Trees

As with prior chapters and topics in the two version of the Goodrich book, Python and Java, there is a difference in the treatment - and as before, I prefer the Python textbook's treatment, but I used Java as the language of implementation.

The common thread of both versions of this chapter, the Python and Java versions, is that the material becomes more advanced, incorporating object oriented principles alongside the data structure concepts. This allows simpler concepts learned in prior chapters to be made reusable, and connected to the more advanced concepts that can be found in places like the Collections framework.




Flags