TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Maze-generation algorithms, with JS demos

57 pointsby ujeezyover 14 years ago

3 comments

boyterover 14 years ago
Ah maze generation. I remember doing this back in my Uni days in Java. Its interesting to see some other implementations of the maze generation itself though. I think I only implemented Kruskal’s algorithm... two different ways, one poorly and the other somewhat better. That said my implementation was faster then most of the other ones in the class. I even gave it a nice GUI.<p>I even got bored one evening and ported it to my J2ME phone which impressed most of the people in my class. For those interested here is the code,<p><a href="http://www.boyter.org/0/code/maze/Maze.zip" rel="nofollow">http://www.boyter.org/0/code/maze/Maze.zip</a> <a href="http://www.boyter.org/0/code/phonemaze/Phonemaze.zip" rel="nofollow">http://www.boyter.org/0/code/phonemaze/Phonemaze.zip</a>
jaekwonover 14 years ago
Why is maze generation so interesting to people? I'm trying to read between the links.
评论 #2190974 未加载
评论 #2190975 未加载
clyfeover 14 years ago
This should be called the weekly link, every week it gets to the first page.
评论 #2190380 未加载
评论 #2190375 未加载
评论 #2190495 未加载