The Algorithm Design Manual

- 书名:The Algorithm Design Manual
- 作者: StevenSSkiena
- 格式:PDF
- 时间:2024-06-30
- 评分:
- ISBN:9781848000698
内容简介:
....The most comprehensive guide to designing practical and efficient algorithms....
Written by a well-known algorithms researcher who received the IEEE Computer Science and Engineering Teaching Award, this new edition of The Algorithm Design Manual is an essential learning tool for students needing a solid grounding in algorithms, as well as a special text/reference for professionals who need an authoritative and insightful guide. Professor Skiena is also author of the popular Springer text, Programming Challenges: The Programming Contest Training Manual.
下载地址:
标签:
文章链接:https://www.dushupai.com/book-content-29634.html(转载时请注明本文出处及文章链接)
- 上一篇: 高卢战记
- 下一篇: 编译与反编译技术实战
最新评论:
更多
-
不知道读什么2020-08-28不适合入门,当工具书很不错的!
-
Shiki2019-12-14听说这本书的DP和回溯法讲的很好,专门买了一本来看看
-
Tree2013-12-11实用~ 作者总能说到点子上~ 总的可以概括为:真思考,不装逼~
最新书摘:
更多
-
[已注销]2013-06-17If you are determined to implement your own quicksort, use the following heuristics, which make a big difference in practice:* Use ranomization* Median of three* Leave small subarrays for insertion sort* Do the smaller partition first
-
[已注销]2013-06-17When you have morethan 100 items to sort, it is important to use an O(nlgn)-time algorithm like heapsort, quicksort, or mergesort.... Once you get past (say) 5,000,000 items, it is important to start thinking about external-memory sorting algorithms that minimize disk access.
-
[已注销]2013-06-17Typical computer science students study the basic sorting algorithms at least three times before they graduate: first in introductory programming, then in data structures, and finally in their algorithms course.
猜你喜欢:
-
英文原版
-
英文原版
-
英文原版
-
英文原版
-
英文原版
-
英文原版
-
英文原版
-
英文原版