Difference between revisions of "Math"

From Amiga Coding
Jump to: navigation, search
(some more links)
Line 1: Line 1:
 +
note: The information/articles which are linked are often not written for the Amiga, but are still usefull resources.
 +
 +
 
===realtimecollisiondetection.net blog===
 
===realtimecollisiondetection.net blog===
 
* [http://realtimecollisiondetection.net/blog/?p=21 Old-school multiplication tricks]<br />(regarding multiplication in combination with table lookup, matrix-vector, 2D rotation, complex numbers, two 3×3 matrices)
 
* [http://realtimecollisiondetection.net/blog/?p=21 Old-school multiplication tricks]<br />(regarding multiplication in combination with table lookup, matrix-vector, 2D rotation, complex numbers, two 3×3 matrices)
 
* [http://realtimecollisiondetection.net/blog/?p=21 And an old-school division trick]
 
* [http://realtimecollisiondetection.net/blog/?p=21 And an old-school division trick]
 
* [http://realtimecollisiondetection.net/books/list/ My recommended books]
 
* [http://realtimecollisiondetection.net/books/list/ My recommended books]
 +
 +
 +
==sorting==
 +
* [http://vision.bc.edu/~dmartin/teaching/sorting/anim-html/all.html Animated Sorting Algorithms]<br />Visually shows how eight different sorting algorithms behave on four different sets of data.
 +
* [http://epaperpress.com/sortsearch/index.html Sorting and Searching Algorithms]
 +
* [http://www.rrsd.com/software_development/postmans_sort/cuj/cuj.htm The Postman's Search] (article which appeared in August ' 92 issue of the C Users Journal)
  
  
 
===other===
 
===other===
* [http://vision.bc.edu/~dmartin/teaching/sorting/anim-html/all.html Animated Sorting Algorithms]
+
* [http://epaperpress.com/vbhash/index.html Collections and Hash tables]
Visually shows how eight different sorting algorithms behave on four different sets of data.
+
* [http://epaperpress.com/oper/index.html Operator Precedence Parsing]

Revision as of 23:55, 13 January 2009

note: The information/articles which are linked are often not written for the Amiga, but are still usefull resources.


realtimecollisiondetection.net blog


sorting


other