Algorithm/External Links: Difference between revisions
Jump to navigation
Jump to search
imported>Alexander Wiebel (moved from main article to this subpage) |
imported>Alexander Wiebel (more annotations and linkfix) |
||
Line 1: | Line 1: | ||
{{subpages}} | {{subpages}} | ||
*[http://www.cgal.org/ Computer graphics algorithms] | *[http://www.cgal.org/ Computer graphics algorithms] - CGAL is a library of algorithms for computer graphics, e.g. algorithms handling triangle meshes for simplification, [[parameterization]] or [[subdivision]]. | ||
*[http://www.boost.org/ | *[http://www.boost.org/libs/libraries.htm#Algorithms Boost algorithms C++ library] - Boost is a [[C++]] library containing useful algorithms and data structures for various tasks, e.g. graph processing or language parsing. | ||
*[http://www.nr.com/ Numerical recipes algorithms] | *[http://www.nr.com/ Numerical recipes algorithms] - A collection of numerical algorithms. | ||
*[http://mathworld.wolfram.com/Algorithm.html Mathworld] - Definition of ''algorithm'' on Mathworld. | |||
*[http://mathworld.wolfram.com/Algorithm.html Mathworld] |
Revision as of 09:42, 2 February 2008
- Please sort and annotate in a user-friendly manner and consider archiving the URLs behind the links you provide. See also related web sources.
- Computer graphics algorithms - CGAL is a library of algorithms for computer graphics, e.g. algorithms handling triangle meshes for simplification, parameterization or subdivision.
- Boost algorithms C++ library - Boost is a C++ library containing useful algorithms and data structures for various tasks, e.g. graph processing or language parsing.
- Numerical recipes algorithms - A collection of numerical algorithms.
- Mathworld - Definition of algorithm on Mathworld.