Changes between Version 5 and Version 6 of DataStructures


Ignore:
Timestamp:
Jun 30, 2006, 10:01:21 PM (18 years ago)
Author:
soujak
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DataStructures

    v5 v6  
    22
    33A well-designed data structure allows a variety of critical operations to be
    4 performed, using as little resources, both execution time and memory space, as
    5 possible. Moreover a carefully chosen data structure will allow a more efficient
     4performed, using as little resources (both execution time and memory space) as
     5possible. Moreover, a carefully chosen data structure will allow a more efficient
    66algorithm to be used; consequently such choice assume a primary importance in
    77this project.