알고리즘

[Introduction to Algorithms, CLRS] Exercise 1.1-2

nevermet 2017. 8. 14. 12:40

This is a solution for Introduction to Algorithms. I write this for my study purpose.


1.1-2 Other than speed, what other measures of efficiency might one use in a real-world setting? 

- Memory (what if your application needs 2TB memory?)

- Network Traffic

- Database Access


source: https://htrinity.wordpress.com/2015/07/10/clrs-chapter-1-solutions/

http://clrs.skanev.com/01/01/02.html