+ Reply to Thread
Results 1 to 5 of 5

Thread: Good Data Structures Book

  1. #1
    Learning Programmer gammaman is an unknown quantity at this point
    Join Date
    Oct 2008
    Posts
    70

    Good Data Structures Book

    I am looking for a good book on data structures. You see I am starting my masters in computer science soon and am not a computer major. I have an undergrad degree in chemistry. I have to take a course in algorithm concepts my first semester and the prereq to that course is knowledge of data structures. Because of my outstanding previous acedemics having a 3.76 GPA, the school I am attending has waived all prereq courses. Do not get me wrong I have some programming experience and understand OOP, Inheritence, Polymorphism,Collections, Threads, etc. I have just never had any exposure to data structures and similar algorithms. So to make the long story short I basically need a crash course (Good Book) on data structures before I attempt something at the Master level. Thanks in advance.

  2. #2
    Code Warrior Brandon W is a name known to all Brandon W is a name known to all Brandon W is a name known to all Brandon W is a name known to all Brandon W is a name known to all Brandon W is a name known to all Brandon W's Avatar
    Join Date
    Sep 2008
    Location
    Australia
    Age
    17
    Posts
    4,839
    Blog Entries
    10

    Re: Good Data Structures Book

    What language are you talking about here?
    jQuery Selectors Tutorial - jQuery Striped Table tutorial - jQuery Events - jQuery Validation
    Sorry if I don't post as often as I did, I'll try to get here as much as possible! I'm working my bum off to get this scholarship and other stuff!

  3. #3
    Learning Programmer gammaman is an unknown quantity at this point
    Join Date
    Oct 2008
    Posts
    70

    Re: Good Data Structures Book

    It does not really matter, I know enough programming that if I see a particular alogirthm in one language I will know how to code it in another. The course I am taking in the Spring is on general alogrithm concepts. I do not believe it focuses on any one particular language. If I had to pick a language though I would choose Java.

  4. #4
    Code Warrior Brandon W is a name known to all Brandon W is a name known to all Brandon W is a name known to all Brandon W is a name known to all Brandon W is a name known to all Brandon W is a name known to all Brandon W's Avatar
    Join Date
    Sep 2008
    Location
    Australia
    Age
    17
    Posts
    4,839
    Blog Entries
    10

    Re: Good Data Structures Book

    Hmmm OK. I will go looking for you mate.
    jQuery Selectors Tutorial - jQuery Striped Table tutorial - jQuery Events - jQuery Validation
    Sorry if I don't post as often as I did, I'll try to get here as much as possible! I'm working my bum off to get this scholarship and other stuff!

  5. #5
    Super Moderator WingedPanther has much to be proud of WingedPanther has much to be proud of WingedPanther has much to be proud of WingedPanther has much to be proud of WingedPanther has much to be proud of WingedPanther has much to be proud of WingedPanther has much to be proud of WingedPanther has much to be proud of WingedPanther has much to be proud of WingedPanther's Avatar
    Join Date
    Jul 2006
    Age
    37
    Posts
    12,912
    Blog Entries
    57

    Re: Good Data Structures Book

    C++ and Java lend themselves well to studying data structures. I'll have to see what the book I have is when I get home. Knuth has an excellent series of books on algorithms and data structures that uses a variant on ASM.
    CodeCall Blog | CodeCall Wiki
    Programming is a branch of mathematics.
    My CodeCall Blog | My Personal Blog

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Similar Threads

  1. Choosing the right language / data structure / Interface
    By ups in forum General Programming
    Replies: 1
    Last Post: 09-20-2008, 06:11 AM
  2. The Bookshelf
    By Kernel in forum News
    Replies: 5
    Last Post: 05-09-2008, 08:27 AM
  3. A good Javascript book?
    By Silverishkitten in forum JavaScript and CSS
    Replies: 2
    Last Post: 03-04-2008, 08:15 AM
  4. good java book??!
    By A.N.H in forum Java Help
    Replies: 17
    Last Post: 12-17-2007, 09:10 PM