寻找算法和数据结构书 [英] Looking for an Algorithms and Data Structures Book

查看:80
本文介绍了寻找算法和数据结构书的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述




我正在寻找与Biedler和Feldman等在Ada 95书籍中相当于数据结构和

算法的东西,但是基于

用于高效的C ++实现。


有谁知道这样的事情并且可以推荐一个吗?


我我特别感兴趣的是二元搜索树的覆盖,

特别是Red-Black,Splay和AVL,以及哈希表和

图。


感谢任何建议。


John

Hi

I''m looking for something equivalent to the Data Structures and
Algorithms in Ada 95 books by Biedler and Feldman etc, but based
towards efficient C++ implementations.

Does anyone know of such a thing and could recommend one?

I''m particularly interested in coverage of binary search trees,
especially Red-Black, Splay and AVL, as well as hashing tables and
graphs.

Any suggestions gratefully appreciated.

John

推荐答案

John McCabe写道:
John McCabe wrote:


我正在寻找与Biedler和Feldman等人在Ada 95书籍中的数据结构和算法相当的东西,但是基于实现高效的C ++实现。

是否有人知道这样的事情并且可以推荐一个?

我对bi的覆盖特别感兴趣nary搜索树,特别是Red-Black,Splay和AVL,以及哈希表和
图。

感谢任何建议。

John
Hi

I''m looking for something equivalent to the Data Structures and
Algorithms in Ada 95 books by Biedler and Feldman etc, but based
towards efficient C++ implementations.

Does anyone know of such a thing and could recommend one?

I''m particularly interested in coverage of binary search trees,
especially Red-Black, Splay and AVL, as well as hashing tables and
graphs.

Any suggestions gratefully appreciated.

John




我有一本名为_Data Structures,Algorithms和

Heileman的面向对象编程的书,涵盖了

C ++。我知道的可能会有新版本。


干杯! --M



I have a slightly dated book called _Data Structures, Algorithms, and
Object-oriented Programming_ by Heileman that covers those topics in
C++. There may be a new edition for all I know.

Cheers! --M


John McCabe写道:
John McCabe wrote:


我正在找东西相当于Biedler和Feldman等人在Ada 95书籍中的数据结构和算法,但是基于高效的C ++实现。

有谁知道这样的事情并且可以推荐一个?

我对二叉搜索树的覆盖特别感兴趣,特别是Red-Black,Splay和AVL,以及哈希表和
图。 />
感谢任何建议。

John
Hi

I''m looking for something equivalent to the Data Structures and
Algorithms in Ada 95 books by Biedler and Feldman etc, but based
towards efficient C++ implementations.

Does anyone know of such a thing and could recommend one?

I''m particularly interested in coverage of binary search trees,
especially Red-Black, Splay and AVL, as well as hashing tables and
graphs.

Any suggestions gratefully appreciated.

John



John


大多数STL Map实现都是使用红黑树完成。

不幸的是,C ++代码用于模板版本,而b $ b只会增加理解代码的难度。但是,由于STL代码非常强大,这应该是一个良好的开端。也许

踩到一些使用STL Map的代码将有助于突出

代码的相关部分。希望这会有所帮助。


STL =标准模板库


JFJB


John

Most STL Map implementations are done using Red-Black trees.
Unfortunately, the C++ code is for a template version, which
only adds to the difficulty in understanding the code. But as
the STL code is robust, this should be a good start. Perhaps
stepping into some code that uses STL Map will help to highlight
the relevant sections of code. Hope this helps.

STL = Standard Template Library

JFJB


" ; mlimber" <毫升***** @ gmail.com>写道:
"mlimber" <ml*****@gmail.com> wrote:
John McCabe写道:
John McCabe wrote:
我正在寻找与数据结构相当的东西Biedler和Feldman等在Ada 95书籍中的算法,但基于高效的C ++实现。
I''m looking for something equivalent to the Data Structures and
Algorithms in Ada 95 books by Biedler and Feldman etc, but based
towards efficient C++ implementations.




我有一本名为_Data Structures,Algorithms和
面向对象编程的书籍,由Heileman撰写,涵盖了C ++中的那些主题。我知道的所有可能都有新版本。



<..snip..>
I have a slightly dated book called _Data Structures, Algorithms, and
Object-oriented Programming_ by Heileman that covers those topics in
C++. There may be a new edition for all I know.




感谢您的建议。我找不到那本书的详细信息,但

我已经通过电子邮件发送给作者,看看他是否能让我了解更多相关信息。

之类的东西在他的网页上链接到ToC不起作用,亚马逊

没有太多信息。


这听起来很有趣,但很明显我还是会感谢任何其他建议的





thanks for that suggestion. I can''t find much detail on that book, but
I''ve emailed the author to see if he can let me know more about it.
Things like the link to ToC on his web page don''t work, and Amazon
hasn''t got much info.

It sounds interesting, but obviously I''d still appreciate any other
suggestions.


这篇关于寻找算法和数据结构书的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆