data structures

M

Mike Wahler

hzy_104 said:
Please recommend book on data structures for searching(c++)?

Your query is rather vague. Literally any data structure
can be searched. What are you trying to do? The most
recommended book on the C++ standard library (which
offers a plethora of data structures and algorithms
(including those for searching)) is:
www.josuttis.com/libbook


-Mike
 
J

John Harrison

hzy_104 said:
Please recommend book on data structures for searching(c++)?

If you want to use data structures for searching in a C++ program then
follow Mike's advice.

On the other hand if you want to learn the theory behind data structures for
searching problems then I don't think you should restrict yourself to C++.
The theory is the same whatever language the implementation is in. A good
general book on algorithms and data structures is Introduction to Algorithms
by Cormen, Leiserson and Rivest.

john
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,744
Messages
2,569,480
Members
44,900
Latest member
Nell636132

Latest Threads

Top