Update build and basic DS test framework.

This commit is contained in:
2017-12-21 14:02:49 -08:00
parent eb37973147
commit 8ea78af90b
5 changed files with 58 additions and 2 deletions

View File

@@ -148,6 +148,8 @@ Run times come in three flavours:
interfaces. These do not have to be efficient. They can be used later to
test the correctness and performance of more efficient implementations.
In progress: src/ch01ex06.cc, src/ods/simplist.h, src/ods/uset.h.
7. Work to improve the performance of your implementations
from the previous question using any tricks you can think of. Experiment
and think about how you could improve the performance of add(i,x) and