-
[Introduction to Algorithms, CLRS] Exercise 1.1-2알고리즘 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
'알고리즘' 카테고리의 다른 글
[Introduction to Algorithms, CLRS] Exercise 1.1-4 (0) 2017.08.14 [Introduction to Algorithms, CLRS] Exercise 1.1-3 (0) 2017.08.14 [Introduction to Algorithms, CLRS] Exercise 1.1-1 (0) 2017.08.14 [문제해결을 위한 창의적 알고리즘] 전깃줄 (고급, p249) (0) 2017.04.15 [문제해결을 위한 창의적 알고리즘] 경비행기 (고급, p232) (0) 2017.04.01