Thread: links for data structures

  1. #1
    Registered User
    Join Date
    Mar 2003
    Posts
    75

    links for data structures

    Hi,
    i will be taking datastructures in c++ next semester. i need some suggestions and online links that you guys suggest that will help me out with understanding the subject which will cover linked lists, doubly linked lists, stacks etc.

    thanks

  2. #2
    If you want a great explaination I reccoemnd buying the book Data Structures for Game Programmers by Ron Penton. Though the title says for game programmers the data structures will work the same even in applicaitons. Ron Penton does some great explanation of all the data structures you mentioned and also goes over Bit Vectors and bit fiels. He also go through writing your own array class that has some of the functionality of the STL vector.

  3. #3
    1479
    Join Date
    Aug 2003
    Posts
    253
    If you don't mind me asking what course are you taking and what school is it?
    Knowledge is power and I want it all

    -0RealityFusion0-

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Replies: 2
    Last Post: 07-11-2008, 07:39 AM
  2. Binary Search Trees Part III
    By Prelude in forum A Brief History of Cprogramming.com
    Replies: 16
    Last Post: 10-02-2004, 03:00 PM
  3. Request for comments
    By Prelude in forum A Brief History of Cprogramming.com
    Replies: 15
    Last Post: 01-02-2004, 10:33 AM
  4. pointers to arrays of structures
    By terryrmcgowan in forum C Programming
    Replies: 1
    Last Post: 06-25-2003, 09:04 AM
  5. Methods for Sorting Structures by Element...
    By Sebastiani in forum C Programming
    Replies: 9
    Last Post: 09-14-2001, 12:59 PM