Evaluation of algorithms
Evaluation of algorithms
There are different evaluation criteria of algorithms:
- speed
- memory usage
- data accesses number (disk loading)
- keys/direct access (keys/indexes/iterators-based containers)
There are different evaluation criteria of algorithms: