由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - 请推荐讲算法和数据结构的好书!
相关主题
Re: 110道C++面试题目,你会做多少? (转载)how to initialize associate data in STL map
一个C++的概念问题if you know how to use port_dissociate()
why copy assignment operator returns non-const type?[合集] ++ operator in C
弱弱的问问hash, hashtable? (转载)关于inserter
请教大家一道C的面试题aggregation vs. compostion. vs. association
Tf里面怎么选optimizer?std::map 为什么没有排序呢
[bssd] 讨论一点参数调节的浅见How to debug "broken pipe" in linux programming ? (转载)
is this behavior undefined?Associative container 是 set, multiset, map, multimap 这些东西吗?
相关话题的讨论汇总
话题: data话题: algorithms话题: structures话题: c++话题: drozdek
进入Programming版参与讨论
1 (共1页)
w**b
发帖数: 19
1
除了,sedgewick的 algorithms in C 和 CLRS 的Introduction to algorithms, 还有
哪些?哪些书的习题有答案呢?想练练手。
在amazon发现 "Data Structures and Algorithms in C++ by Adam Drozdek"的评价很
高,各位谁看过?
现在在找工作,所以想看看这方面的书。
p**v
发帖数: 853
2
I've read this one and think it is pretty good.
Data structure with c++ using stl
by William Ford and William Topp.
It's good to me in that it provides you the details
how to implement various data structures from scratch
and the reason why/how to select the underlying data
structures to implement associative containers.
The attached programs are good source to learn programming
as well as data structure. You may need to debug some of the
programs though. But it's also a good practice, isn't it?

【在 w**b 的大作中提到】
: 除了,sedgewick的 algorithms in C 和 CLRS 的Introduction to algorithms, 还有
: 哪些?哪些书的习题有答案呢?想练练手。
: 在amazon发现 "Data Structures and Algorithms in C++ by Adam Drozdek"的评价很
: 高,各位谁看过?
: 现在在找工作,所以想看看这方面的书。

I**********s
发帖数: 441
3
I have the book "Data Structures and Algorithms in C++ by Adam Drozdek".
I think it's pretty good, covering more details than many other books.
e***r
发帖数: 68
4
请问sedgewick的书有答案吗?我只知道CLRS有。
Algorithm Design Manual也不错,不过用作reference更多一点。
其实算法书看完一本也要花不少时间,坚持不住更是容易烂尾,sigh
w**b
发帖数: 19
5
我也正在找答案呢!好像没有。大牛的书虽好,但是都有些怪僻。
争取坚持吧。

【在 e***r 的大作中提到】
: 请问sedgewick的书有答案吗?我只知道CLRS有。
: Algorithm Design Manual也不错,不过用作reference更多一点。
: 其实算法书看完一本也要花不少时间,坚持不住更是容易烂尾,sigh

1 (共1页)
进入Programming版参与讨论
相关主题
Associative container 是 set, multiset, map, multimap 这些东西吗?请教大家一道C的面试题
为什么exponentiation operator(^)是right associative的Tf里面怎么选optimizer?
haskell 真是逆天, 各种特殊符号都有特殊用途[bssd] 讨论一点参数调节的浅见
请问haskell中的underscoreis this behavior undefined?
Re: 110道C++面试题目,你会做多少? (转载)how to initialize associate data in STL map
一个C++的概念问题if you know how to use port_dissociate()
why copy assignment operator returns non-const type?[合集] ++ operator in C
弱弱的问问hash, hashtable? (转载)关于inserter
相关话题的讨论汇总
话题: data话题: algorithms话题: structures话题: c++话题: drozdek