Thread: Any good sites covering C++ implementation of data structures?

  1. #1
    Ethernal Noob
    Join Date
    Nov 2001
    Posts
    1,901

    Any good sites covering C++ implementation of data structures?

    I think it's a subject I've sorely missed out on and was always interested in it but never really had a chance to use it (despite taking a class in it, there was no practice to speak of). Anyone know of any free e-books or websites covering the subject (besides just confuzzled )

    Also, what order should I study trees on EC?
    Last edited by indigo0086; 08-28-2007 at 06:53 AM.

  2. #2
    Registered User
    Join Date
    Feb 2006
    Posts
    312
    I can't think of any off the top of my head - Prelude's website should get you started though. The Binary Search Tree is the most primitive type of binary tree, other trees all attempt to fix the balancing problems associated with BSTs.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Replies: 8
    Last Post: 12-05-2008, 02:18 AM
  2. xor linked list
    By adramalech in forum C Programming
    Replies: 23
    Last Post: 10-14-2008, 10:13 AM
  3. Data Structures and Algorithms
    By Nor in forum C++ Programming
    Replies: 0
    Last Post: 04-13-2002, 11:56 PM
  4. data Structures / Hash functions
    By rickc77 in forum A Brief History of Cprogramming.com
    Replies: 4
    Last Post: 11-11-2001, 03:46 PM
  5. data structures / hash functions
    By rickc77 in forum C Programming
    Replies: 5
    Last Post: 11-11-2001, 01:54 PM