DataStructures

From SourceWiki
Revision as of 17:48, 23 February 2010 by GethinWilliams (talk | contribs)
Jump to navigation Jump to search

'Data Structures: Designing your program'

Introduction

svn co http://soutce.ggy.bris.ac.uk/subversion-open/data-structures/trunk ./data-structures

Stacks

cd examples/example1
make
./simple-stack.exe

Linked Lists

cd ../example2
make
./simple-LL.exe

Hash Tables

cd examples/example1
make
./simple-hash.exe

Trees

http://en.wikipedia.org/wiki/Quadtree

The C++ Standard Template Library