472,784 Members | 810 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,784 software developers and data experts.

algorithms in C++ book

i am looking for "algorithms in C++" book. Knuth is FULL of
Mathematics, not my kind of author. i checked ACCU and got these
(listing only those that are available in my country:

1. Algorithms in C++ -- Robert Sedgewick (3e)
2. Data Structures and Algorithms Analysis - Mark Allen Weiss (2e)
3. Introduction to Computing and Algorithms - Russell Shackelford
(1e)
4. Introduction to Algorithms - Cormen et al.(2e)

besides these 2 more are available:

5. Algorithms and Data Structures in C++ - Leendert Ammeraal
(1e)
6. Design and Analysis of Computer Algorithms - Aho, Ullman and
Hopcraft (1e)
7. Data Structures and Algorithms in C++ - Goodrich et al. (1e)
i do not want an academic text. i have posted enough here so you folks
know about my thinking and problem solving style, so may i know which
one you recommend ?

Mar 7 '07 #1
3 3662
arnuld wrote:
i am looking for "algorithms in C++" book. Knuth is FULL of
Mathematics, not my kind of author. i checked ACCU and got these
(listing only those that are available in my country:

1. Algorithms in C++ -- Robert Sedgewick (3e)
2. Data Structures and Algorithms Analysis - Mark Allen Weiss (2e)
3. Introduction to Computing and Algorithms - Russell Shackelford
(1e)
4. Introduction to Algorithms - Cormen et al.(2e)

besides these 2 more are available:

5. Algorithms and Data Structures in C++ - Leendert Ammeraal
(1e)
6. Design and Analysis of Computer Algorithms - Aho, Ullman and
Hopcraft (1e)
7. Data Structures and Algorithms in C++ - Goodrich et al. (1e)
i do not want an academic text. i have posted enough here so you folks
know about my thinking and problem solving style, so may i know which
one you recommend ?
For general stuff, Sedgewick is OK. For math-related stuff (whether
you'll need it I don't know), try "Scientific and Engineering C++";
I don't recall the author[s], google for it.

V
--
Please remove capital 'A's when replying by e-mail
I do not respond to top-posted replies, please don't ask
Mar 7 '07 #2
arnuld wrote:
i am looking for "algorithms in C++" book. Knuth is FULL of
Mathematics, not my kind of author. i checked ACCU and got these
(listing only those that are available in my country:

1. Algorithms in C++ -- Robert Sedgewick (3e)
2. Data Structures and Algorithms Analysis - Mark Allen Weiss (2e)
3. Introduction to Computing and Algorithms - Russell Shackelford
(1e)
4. Introduction to Algorithms - Cormen et al.(2e)

besides these 2 more are available:

5. Algorithms and Data Structures in C++ - Leendert Ammeraal
(1e)
6. Design and Analysis of Computer Algorithms - Aho, Ullman and
Hopcraft (1e)
7. Data Structures and Algorithms in C++ - Goodrich et al. (1e)
i do not want an academic text. i have posted enough here so you folks
know about my thinking and problem solving style, so may i know which
one you recommend ?
Sedgewick, apparently the C++ is atrocious, but the explanations of the
algorithms are very good (I haven't read the C++ edition, only the
non-language specific edition).

The Cormen book is very good, but more academic. I'm not familiar with
the others.

john
Mar 7 '07 #3
John Harrison wrote:
arnuld wrote:
>i am looking for "algorithms in C++" book. Knuth is FULL of
Mathematics, not my kind of author. i checked ACCU and got these
(listing only those that are available in my country:

1. Algorithms in C++ -- Robert Sedgewick (3e)
2. Data Structures and Algorithms Analysis - Mark Allen Weiss (2e)
3. Introduction to Computing and Algorithms - Russell Shackelford
(1e)
4. Introduction to Algorithms - Cormen et al.(2e)

besides these 2 more are available:

5. Algorithms and Data Structures in C++ - Leendert Ammeraal
(1e)
6. Design and Analysis of Computer Algorithms - Aho, Ullman and
Hopcraft (1e)
7. Data Structures and Algorithms in C++ - Goodrich et al. (1e)

Aho, Ullman, and Hopcraft (I've always called it "Aho, Hopcraft, and
Ullman") is not C++ specific, but is an excellent algorithms book.
Mar 7 '07 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

28
by: John McCabe | last post by:
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...
4
by: ben | last post by:
has anyone got or read this book: robert sedgewick "algorithms in c parts 1-4"? i'm having an absolute nightmare with the book. amoung other things i'm trying to construct the necessary support...
7
by: Anders Borum | last post by:
Hello! I'm starting to dive into algorithms in general (sorting, trees etc.) and am currently reading a book from Robert Sedgewick called "Algorithms in C++, 3rd. Edition" and would like other...
2
by: efrat | last post by:
Hello, I'm planning to use Python in order to teach a DSA (data structures and algorithms) course in an academic institute. If you could help out with the following questions, I'd sure...
26
by: vlsidesign | last post by:
I am a newbie and going through "The C programming language" by Kernighan & Richie on my own time (I'm not a programmer but I want to learn because it can save me time in my normal job, and it is...
17
by: Happy Man | last post by:
Truth Seeker http://www.thisistruth.org/truth.php?f=TruthSeeker No one is compelled to accept the truth, but it is certainly a shame upon the human intellect when a man is not even...
3
by: arnuld | last post by:
i am a beginner at algorithms. i was checking ACCU and this one caught my attention: "Introduction to Computing and Algorithms" -- Russell Shackelford had anybody read this book ? i want...
2
by: =?Utf-8?B?Q3JtTmV3Ymll?= | last post by:
Hi, 1) I want to hone my problem solving skills and be good at logic. How do I achieve this? 2) Where can I find c# puzzles or c# algorithms. 3) How do I print the values of a N X N matrix...
11
by: CellDivider | last post by:
Hello folks, currently I'm looking for a good books that gives an overview of useful c/c++ algorithms and design patterns, in the manner of "what's the most efficient way to implement <often...
3
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 2 August 2023 starting at 18:00 UK time (6PM UTC+1) and finishing at about 19:15 (7.15PM) The start time is equivalent to 19:00 (7PM) in Central...
0
linyimin
by: linyimin | last post by:
Spring Startup Analyzer generates an interactive Spring application startup report that lets you understand what contributes to the application startup time and helps to optimize it. Support for...
0
by: erikbower65 | last post by:
Here's a concise step-by-step guide for manually installing IntelliJ IDEA: 1. Download: Visit the official JetBrains website and download the IntelliJ IDEA Community or Ultimate edition based on...
0
by: kcodez | last post by:
As a H5 game development enthusiast, I recently wrote a very interesting little game - Toy Claw ((http://claw.kjeek.com/))。Here I will summarize and share the development experience here, and hope it...
0
by: Taofi | last post by:
I try to insert a new record but the error message says the number of query names and destination fields are not the same This are my field names ID, Budgeted, Actual, Status and Differences ...
14
DJRhino1175
by: DJRhino1175 | last post by:
When I run this code I get an error, its Run-time error# 424 Object required...This is my first attempt at doing something like this. I test the entire code and it worked until I added this - If...
0
by: lllomh | last post by:
Define the method first this.state = { buttonBackgroundColor: 'green', isBlinking: false, // A new status is added to identify whether the button is blinking or not } autoStart=()=>{
0
by: lllomh | last post by:
How does React native implement an English player?
2
by: DJRhino | last post by:
Was curious if anyone else was having this same issue or not.... I was just Up/Down graded to windows 11 and now my access combo boxes are not acting right. With win 10 I could start typing...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.