Changes between Version 5 and Version 6 of DataStructures
- Timestamp:
- Jun 30, 2006, 10:01:21 PM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DataStructures
v5 v6 2 2 3 3 A well-designed data structure allows a variety of critical operations to be 4 performed, using as little resources , both execution time and memory space,as5 possible. Moreover a carefully chosen data structure will allow a more efficient4 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 6 6 algorithm to be used; consequently such choice assume a primary importance in 7 7 this project.