|
Beths
Data Structure Links
|
Welcome to
my Data Structures Page! I hope that you
|
|
http://www.dc.wcape.school.za/CStudies/Std8/Pcode/pseudo8.htm Reviews the basics of algorithm structure(descisions, loops, assignment statements, ect..) http://www.engr.sjsu.edu/~mrobins/pseud130.html http://www.mv.com/ipusers/ophley/iest125/125pcode.htm#1.0 A primer on structured programming using pseudocode http://www.csc.calpoly.edu/~hitchner/CSC218.W98/PseudocodeStyle.html Some pseudocode style guidelines http://www.minich.com/education/psu/cplusplus/stylesheets/pseudocode.htm Some basic pseudocode defenitions here http://condor.depaul.edu/~sjost/255/quizzes/rvq6.txt A few pseodocode examples here http://www.spss.com/software/allclear/techniques/program_intro.html Some pseudocode and flowcharting techniques in C++ here |
|
http://gatsby.lit.tas.edu.au/~beechd/courses/3glpd/3gl_pseudo.htm#exercise1 http://pauillac.inria.fr/algo/AofA/index.html The Analysis of Algorthims Homepage http://www.dc.wcape.school.za/CStudies/Std10/DataStruc/Data.htm > Explains what is meant by data structures and different types of data http://gatsby.lit.tas.edu.au/~beechd/courses/3glpd/index.htm Small primer on program design and implementation. Includes chapters on algorithms and pseudocode http://www.netti.fi/~simos/oasis/ Links to all sorts of computing topics! http://cit.evitech.fi/datas/cstart.htm Introduces the basics of data structures http://hissa.ncsl.nist.gov/~black/CRCDict/#Pdatastructs/algos A HUGE online data structures dictionary! http://www.eli.sdsu.edu/courses/fall95/cs660/notes/ Some info on trees and lists here http://www.cs.sunysb.edu/~algorith/implement/LEDA/implement.shtml Links by category to various data structure topics http://www.cs.sunysb.edu/~algorith Various computing problems by category and links to their solutions |
|
http://erebus.bentley.edu/students/j/jones_quen/algorithms/index.html Long list of pseudocode examples http://www.stuy.edu/depts/compsci/misc/csguide/menu.html Lots of data structure topics and code here! A little bit of everything! http://user.cs.tu-berlin.de/~schintke/algorithms/alle.html Another alphabetical listing of topics and their algorithm implementations http://www.acm.org/calgo/contents/ Downloadable algorithms w/descriptions http://www.cs.sunysb.edu/~algorith/implement/handbook/distrib/handbook/hbook.html An online handbook of data structure concepts and algorithms http://www.csi.uottawa.ca/~holte/T26/top.realTop.html Lots of topics with examples in C/C++ |
|
Data Structure
Implementations in C / C++
http://www.marlboro.edu/~mahoney/support/alg/alg.html Great site for C++ implementations and data structure topics! http://tardis.union.edu/~almsteal/esc017/SDprograms.htm Nice list of C code for various data structure algorithms http://www.cs.fiu.edu/~weiss/dsaa_c2e/files.html> ftp://ftp.simtel.com/pub/simtelnet/msdos/c/00_index.txt This is the index for the downloadable directory below. ftp://ftp.simtel.com/pub/simtelnet/msdos/c/ ftp://wcarchive.cdrom.com/pub/algorithms/c++/LEDA-3.1.1/prog/basic/ Some basic C / C++ codes ftp://wcarchive.cdrom.com/pub/algorithms/c++/LEDA-3.1.1/incl/LEDA/ The header files needed by many of the programs in this directory ftp://wcarchive.cdrom.com/pub/algorithms/c++/LEDA-3.1.1/prog |
