C01-The-Role-of-Algorithms-in-Computing/1.1.md
Give a real-world example in which one of the following computational problems appears: sorting, determining the best order for multiplying matrices, or finding the convex hull.
AnswerOther than speed, what other measures of efficiency might one use in a real-world setting?
Answer内存使用,资源占用(网络,磁盘等) Memory requirement, Degree of parallelism, Resource use( cpu or gpu cycles, Disk IO etc), Accessibility(Cloud/local)
Select a data structure that you have seen previously, and discuss its strengths and limitations.
Answer数组,访问速度快,不能动态调整大小.
How are the shortest-path and traveling-salesman problems given above similar? How are they different?
AnswerCome up with a real-world problem in which only the best solution will do. Then come up with one in which a solution that is "approximately" the best is good enough.
Answer这题好抽象 0 0 求根如果是无理数近似就行了找不到最优的.
Follow @louis1992 on github to help finish this task.