Penguin
Blame: DataStructure
EditPageHistoryDiffInfoLikePages
Annotated edit history of DataStructure version 3, including all changes. View license author blame.
Rev Author # Line
1 StuartYeates 1 An instantiated DataType and all other data reachable from the DataStructure by following pointers and references. Many [Algorithm]s are defined in relation to a DataStructure.
2 AristotlePagaltzis 2
3 LawrenceDoliveiro 3 ;: Show me your flowcharts and conceal your tables, and I shall continue to be mystified. Show me your tables, and I won't usually need your flowcharts; they'll be obvious. %%% ''— Frederick P. Brooks, Jr.'', The MythicalManMonth
2 AristotlePagaltzis 4
5 Good DataStructure design is essential to writing clean, maintainable, efficient code.