Click here to Skip to main content
15,895,709 members
Home / Discussions / Algorithms
   

Algorithms

 
AnswerRe: Polygons from Points Pin
Luc Pattyn1-Jun-11 15:23
sitebuilderLuc Pattyn1-Jun-11 15:23 
GeneralRe: Polygons from Points Pin
YDaoust1-Jun-11 21:16
YDaoust1-Jun-11 21:16 
GeneralRe: Polygons from Points Pin
YDaoust1-Jun-11 22:37
YDaoust1-Jun-11 22:37 
GeneralRe: Polygons from Points Pin
BobJanova1-Jun-11 22:58
BobJanova1-Jun-11 22:58 
QuestionDatabase of Data Types Pin
Richard Andrew x6429-May-11 20:45
professionalRichard Andrew x6429-May-11 20:45 
AnswerRe: Database of Data Types Pin
Luc Pattyn29-May-11 21:22
sitebuilderLuc Pattyn29-May-11 21:22 
QuestionFast path finding algorithm Pin
alikalik27-May-11 7:08
alikalik27-May-11 7:08 
AnswerRe: Fast path finding algorithm Pin
AspDotNetDev27-May-11 7:31
protectorAspDotNetDev27-May-11 7:31 
Depending on the type of maze, you can just stick to the right wall the entire way and you will eventually get out of the maze, though it won't be the shortest path. Wouldn't work if the destination is in an island (e.g., where the ghosts go to in Pac-Man). Though, a properly implemented flood fill (maybe this is the same as your "wave algorithm") should find the exit fairly fast. It certainly shouldn't take minutes (should work in a few milliseconds on a modern computer). Can you post your implementation of the algorithm that is too slow?

AnswerRe: Fast path finding algorithm Pin
Luc Pattyn27-May-11 7:42
sitebuilderLuc Pattyn27-May-11 7:42 
GeneralRe: Fast path finding algorithm Pin
alikalik27-May-11 8:24
alikalik27-May-11 8:24 
AnswerRe: Fast path finding algorithm Pin
Luc Pattyn27-May-11 14:16
sitebuilderLuc Pattyn27-May-11 14:16 
QuestionRe: Fast path finding algorithm Pin
AspDotNetDev27-May-11 9:08
protectorAspDotNetDev27-May-11 9:08 
AnswerRe: Fast path finding algorithm Pin
David I Carter31-May-11 22:29
David I Carter31-May-11 22:29 
AnswerRe: Fast path finding algorithm Pin
Member 41945939-Aug-11 19:42
Member 41945939-Aug-11 19:42 
GeneralRe: Fast path finding algorithm Pin
Member 419459310-Aug-11 3:53
Member 419459310-Aug-11 3:53 
AnswerRe: Fast path finding algorithm Pin
BobJanova1-Jun-11 2:01
BobJanova1-Jun-11 2:01 
AnswerRe: Fast path finding algorithm Pin
dasblinkenlight1-Jun-11 6:52
dasblinkenlight1-Jun-11 6:52 
AnswerRe: Fast path finding algorithm Pin
YDaoust2-Jun-11 0:05
YDaoust2-Jun-11 0:05 
QuestionReal time peak identification Pin
Wjousts25-May-11 4:32
Wjousts25-May-11 4:32 
AnswerRe: Real time peak identification PinPopular
AspDotNetDev25-May-11 5:06
protectorAspDotNetDev25-May-11 5:06 
GeneralRe: Real time peak identification Pin
Wjousts25-May-11 7:54
Wjousts25-May-11 7:54 
AnswerRe: Real time peak identification PinPopular
Luc Pattyn25-May-11 5:30
sitebuilderLuc Pattyn25-May-11 5:30 
GeneralRe: Real time peak identification Pin
Wjousts25-May-11 8:43
Wjousts25-May-11 8:43 
AnswerRe: Real time peak identification Pin
Luc Pattyn25-May-11 13:45
sitebuilderLuc Pattyn25-May-11 13:45 
GeneralRe: Real time peak identification Pin
Wjousts26-May-11 8:45
Wjousts26-May-11 8:45 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.