Thread: data structures book!

  1. #1
    Registered User
    Join Date
    Dec 2010
    Location
    Delhi, India
    Posts
    59

    data structures book!

    Can anyone suggest some good books for data structures in C (I want implementation too). I have already read Lipschutz data structures book but I want implementation too. One of my colleagues suggested Sartaj sahni(though its in C++) and I have heard of Andrew S. Tanenbaum too. But I am confused as to which should I follow. I want Trees to be covered in great depth along with linked lists.
    Any suggestions would be of great help!

  2. #2
    Registered User
    Join Date
    May 2011
    Location
    Around 8.3 light-minutes from the Sun
    Posts
    1,949
    While you are getting your books take a look at these tutorials.
    Quote Originally Posted by anduril462 View Post
    Now, please, for the love of all things good and holy, think about what you're doing! Don't just run around willy-nilly, coding like a drunk two-year-old....
    Quote Originally Posted by quzah View Post
    ..... Just don't be surprised when I say you aren't using standard C anymore, and as such,are off in your own little universe that I will completely disregard.
    Warning: Some or all of my posted code may be non-standard and as such should not be used and in no case looked at.

  3. #3
    Banned
    Join Date
    Jul 2011
    Posts
    1
    I would personally recommend 'Data Structures through C' by GS Baluja .It covers all important Data Structures like trees,stacks,queue,heaps etc.

    <<Don't>> Visit <<a lousy website>> for C programming Tips,Tutorials and Essential Source codes.
    Last edited by laserlight; 07-17-2011 at 09:01 AM.

  4. #4
    Registered User
    Join Date
    May 2011
    Location
    Around 8.3 light-minutes from the Sun
    Posts
    1,949
    Quote Originally Posted by laser
    <<Don't>> Visit <<a lousy website>> for C programming Tips,Tutorials and Essential Source codes.
    Last edited by laserlight; 2 Hours Ago at 08:01 AM.
    Nice edit job Laser.
    Quote Originally Posted by anduril462 View Post
    Now, please, for the love of all things good and holy, think about what you're doing! Don't just run around willy-nilly, coding like a drunk two-year-old....
    Quote Originally Posted by quzah View Post
    ..... Just don't be surprised when I say you aren't using standard C anymore, and as such,are off in your own little universe that I will completely disregard.
    Warning: Some or all of my posted code may be non-standard and as such should not be used and in no case looked at.

  5. #5
    ATH0 quzah's Avatar
    Join Date
    Oct 2001
    Posts
    14,826
    Quote Originally Posted by AndrewHunter View Post
    Nice edit job Laser.
    Two in the same day? 1-post-bans: how to change the background color in text mode in C?


    Quzah.
    Hope is the first step on the road to disappointment.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Algorithms and data structures book?
    By Lechx in forum C++ Programming
    Replies: 6
    Last Post: 09-30-2008, 09:05 PM
  2. What's a good data structures book for C?
    By philvaira in forum C Programming
    Replies: 4
    Last Post: 07-29-2008, 08:19 AM
  3. What's a good generalized data structures book?
    By indigo0086 in forum A Brief History of Cprogramming.com
    Replies: 12
    Last Post: 11-16-2006, 01:01 PM
  4. Data Structures C++ Book
    By Cprogrammer in forum C++ Programming
    Replies: 1
    Last Post: 09-16-2005, 12:50 AM
  5. Replies: 2
    Last Post: 06-16-2005, 10:03 AM