Page 1 of 1

Algorithms

Posted: Sat Jun 06, 2009 4:37 am
by dejai
Wow I am reading and implementing every good algorithm I can get my hands on. What are some cool algorithms you have used in your projects?

Re: Algorithms

Posted: Sat Jun 06, 2009 10:46 am
by Falco Girgis
Separating Axis Theorem for collision.

Re: Algorithms

Posted: Mon Jun 08, 2009 7:48 pm
by MarauderIIC
A*

Re: Algorithms

Posted: Wed Jun 10, 2009 9:51 pm
by OverlordYertle
o' A* is beautiful and so much fun to play around with.