Programming Forums
User Name Password Register
 

RSS Feed
FORUM INDEX | TODAY'S POSTS | UNANSWERED THREADS | ADVANCED SEARCH

Reply
 
Thread Tools Display Modes
Old Oct 4th, 2005, 3:20 AM   #1
Planet_EN
Programmer
 
Join Date: Mar 2005
Posts: 40
Rep Power: 0 Planet_EN is an unknown quantity at this point
DSA Book and Link Lists

Hello ...

I've been studying data structures and alogrithms at unvierstiy... The book college recommeneded us is Mark Alan Weiss' book on Data Structures, is it a good book? i have no idea about it, i read some reviews and all of them said that it has the weirdest approach to subject ...


The second question is about linked list ... How to make polynomial class in C++ ??? and how to define the member function, I tried to do it, but struct and class are too different, it showed me almost 100+ errors when i made a class ....
Planet_EN is offline   Reply With Quote
Old Oct 4th, 2005, 4:45 AM   #2
InfoGeek
Professional Programmer
 
InfoGeek's Avatar
 
Join Date: Jun 2005
Location: India, The great.
Posts: 435
Rep Power: 4 InfoGeek is on a distinguished road
I recently wrote a polynomial class in C++ for a college assignment. But that uses the STL list and not a hand coded Linked list. If you want that PM me.
__________________
PFO - My daily dose of technology.
InfoGeek is offline   Reply With Quote
Old Oct 5th, 2005, 4:53 PM   #3
Narue
Professional Programmer
 
Narue's Avatar
 
Join Date: Sep 2005
Posts: 419
Rep Power: 4 Narue is on a distinguished road
>is it a good book?
Yes and no. The organization bites, so you'll be well into the next topic and see code and figures for the last topic. He covers a lot of ground in a mediocre way, and his code examples are cheesy and far from what I would consider realistic. Deletion is too often left as an exercise for the reader on the grounds that it's "too complicated" and "beyond the scope of this book". In a private correspondence he told me that he never implemented deletion for those data structures when I expressed my concern over that fact, which makes me suspicious.

My honest opinion is that he just restates what is better described elsewhere. He tries to do too much and fails to do anything useful at all, though if you're already familiar with the topics you may find some interesting stuff if you read between the lines.

You would be better off with Knuth, but several books on the subject won't hurt.
__________________
Even if the voices aren't real, they have some pretty good ideas.
Narue is offline   Reply With Quote
Reply

Bookmarks

« Previous Thread in Forum | Next Thread in Forum »

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump




DaniWeb IT Discussion Community
All times are GMT -5. The time now is 2:37 AM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC