Thread: a thanks to you ,and an early start on Data structures

  1. #1
    Registered User
    Join Date
    Jul 2008
    Posts
    80

    a thanks to you ,and an early start on Data structures

    Thank you all soooo much for helping me on my last C++ class. I got an A- in the course. Big thanks to Matsp.

    I have a few days before my next course named Data Structures begins. It will go over stacks, queues, trees and encapsulating them into ADT's. Does anyone know where i can review this before the class starts, to get a jump on it?

  2. #2
    C++ Witch laserlight's Avatar
    Join Date
    Oct 2003
    Location
    Singapore
    Posts
    28,413
    If you want to frighten yourself, take a look at the Dictionary of Algorithms and Data Structures

    Prelude has a couple of tutorials on specific algorithms and data structures that will make you eternally confuzzled. Unfortunately, they appear to be mainly written in C, which may not help you as much if you are looking for code in a C++ style. (But then the concepts matter more, right?)
    Quote Originally Posted by Bjarne Stroustrup (2000-10-14)
    I get maybe two dozen requests for help with some sort of programming or design problem every day. Most have more sense than to send me hundreds of lines of code. If they do, I ask them to find the smallest example that exhibits the problem and send me that. Mostly, they then find the error themselves. "Finding the smallest program that demonstrates the error" is a powerful debugging tool.
    Look up a C++ Reference and learn How To Ask Questions The Smart Way

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Data Structures C++ Book
    By Cprogrammer in forum C++ Programming
    Replies: 1
    Last Post: 09-16-2005, 12:50 AM
  2. Any Good Data Structures Books?
    By YevGenius in forum C++ Programming
    Replies: 3
    Last Post: 05-26-2004, 07:49 AM
  3. C diamonds and perls :°)
    By Carlos in forum A Brief History of Cprogramming.com
    Replies: 7
    Last Post: 05-16-2003, 10:19 PM
  4. C Programming Question
    By TK in forum A Brief History of Cprogramming.com
    Replies: 13
    Last Post: 07-04-2002, 07:11 PM
  5. data Structures / Hash functions
    By rickc77 in forum A Brief History of Cprogramming.com
    Replies: 4
    Last Post: 11-11-2001, 03:46 PM