Algorithms

Whether you're a newbie or an experienced programmer, any questions, help, or just talk of any language will be welcomed here.

Moderator: Coders of Rage

Post Reply
User avatar
dejai
Chaos Rift Junior
Chaos Rift Junior
Posts: 207
Joined: Fri Apr 11, 2008 8:44 pm

Algorithms

Post 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?
User avatar
Falco Girgis
Elysian Shadows Team
Elysian Shadows Team
Posts: 10294
Joined: Thu May 20, 2004 2:04 pm
Current Project: Elysian Shadows
Favorite Gaming Platforms: Dreamcast, SNES, NES
Programming Language of Choice: C/++
Location: Studio Vorbis, AL
Contact:

Re: Algorithms

Post by Falco Girgis »

Separating Axis Theorem for collision.
User avatar
MarauderIIC
Respected Programmer
Respected Programmer
Posts: 3406
Joined: Sat Jul 10, 2004 3:05 pm
Location: Maryland, USA

Re: Algorithms

Post by MarauderIIC »

A*
I realized the moment I fell into the fissure that the book would not be destroyed as I had planned.
OverlordYertle
Chaos Rift Newbie
Chaos Rift Newbie
Posts: 12
Joined: Fri Mar 06, 2009 8:42 pm
Favorite Gaming Platforms: Dreamcast
Programming Language of Choice: C++

Re: Algorithms

Post by OverlordYertle »

o' A* is beautiful and so much fun to play around with.
Post Reply