This site requires JavaScript, please enable it in your browser!
Greenfoot back

Report as inappropriate.

mik
mik presents ...

2012/6/15

Munching Squares

For a description of "Munching Squares", see http://en.wikipedia.org/wiki/Munching_square

3135 views / 741 in the last 7 days

2 votes | 0 in the last 7 days

Tags: simulation with-source

open in greenfoot
Your browser is ignoring the <APPLET> tag.
trimiltrimil

2016/3/13

Neat! This also looks cool if you replace the line: return (x^y) < step; in MunchWorld with: return (x*y) < step;
trimiltrimil

2016/3/13

WAIT!! This is better (in my very humble and modest opinion) than what i said previously. Replace that line with: return (x^step) < y + x; It makes some sort of hybrid between a binary fractal tree and a merge sort visualizer!

Want to leave a comment? You must first log in.

Who likes this?

trimil birdy