Penguin
Diff: DataStructure
EditPageHistoryDiffInfoLikePages

Differences between current version and previous revision of DataStructure.

Other diffs: Previous Major Revision, Previous Author, or view the Annotated Edit History

Newer page: version 3 Last edited on Saturday, May 6, 2006 8:45:26 pm by LawrenceDoliveiro
Older page: version 2 Last edited on Monday, October 6, 2003 2:11:47 pm by AristotlePagaltzis Revert
@@ -1,5 +1,5 @@
 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. 
  
-;: 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 Mythical Man-Month  
+;: 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  
  
 Good DataStructure design is essential to writing clean, maintainable, efficient code.