[Home]AlgorithmLinks

TheSourcery | RecentChanges | Preferences | Index | RSS

Algorithms

The Stony Brook Algorithm Repository

A large collection of useful algorithms.

The home page can be found at http://www.cs.sunysb.edu/~algorith/index.html

Bit Twiddling Hacks

Sean Eron Anderson's page on [Bit Twiddling Hacks] contains several useful algorithms for manipulating bit fields.

BSP FAQ

Useful information on binary space partition trees.

The home page can be found at http://www.faqs.org/faqs/graphics/bsptree-faq/

C Code Snippets

A collection of useful [C snippets] by Glenn Rhoad.

Amit's Game Programming Information

[Amit's Game Programming Information] constains many game-related algorithms: shortest-path, A*, tile-based graphics, and AI programming.

R-Trees

A R-Tree is an index structure for point and spatial data at the same time.

The home page can be found at http://www.cs.cuhk.hk/~drsam/methods.html

The Graphics File Formats Page

Information and/or specifications on popular graphical file formats.

The home page can be found at http://www.dcs.ed.ac.uk/home/mxr/gfx/2d-lo.html

Simulation Pending Event Set Implementations

Splay-trees, a form of self-adjusting binary search tree an implementation of the pending-event set, the central abstraction underlying the sequential discrete event simulation algorithm.

The home page can be found at http://www.cs.uiowa.edu/~jones/event/.

Data Compression and Encryption Algorithms

The algorithms for balancing splay-trees can be adapted to data compression.

The home page can be found at http://www.cs.uiowa.edu/~jones/compress/.

The Snippets Collection

Bob Stout's collection of C and C++ algorithms

The home page can be found at http://www.snippets.org.

MAGIC

MAGIC is an acronym for My Alternate Graphics and Image Code. MAGIC is intended to provide free source code for solving problems that commonly arise in computer graphics, image analysis, and numerical methods.

The home page can be found at http://www.magic-software.com/.

White Flame page of Learning

Sick of hearing people name off algorithms that you should use, yet you have no clue what they are, much less how to implement them? Sick of people who won't take the time to explain algorithms and instead reference you to a book that you can't afford?

The home page can be found at http://www.reocities.com/ResearchTriangle/Lab/1767/pol.html. If it moves the home page can be found at http://www.reocities.com/ResearchTriangle/Lab/1767.

Softpanorama: Algorithms and Data Structures

...For many programming problems there are several simple and elegant algorithms that have been invented, but some of them are better than other in practical situations. These algorithms undergone a tremendous amount of polishing and peer reviews and usually you can be confident in their correctness and efficiency.

http://www.softpanorama.org/Algorithms/algorithms.shtml


TheSourcery | RecentChanges | Preferences | Index | RSS
Edit text of this page | View other revisions
Last edited January 2, 2010 4:10 pm by Tyche (diff)
Search:
All material on this Wiki is the property of the contributing authors.
©2004-2006 by the contributing authors.
Ideas, requests, problems regarding this site? Send feedback.