Remix.run Logo
tracerbulletx 3 hours ago

What makes it fractal?

dvt 2 hours ago | parent [-]

It's kind of self-expanding/looping; fractal is just a cute name I like, but it's technically a directed cyclic graph (since you always have/want cycles).

mejutoco 2 hours ago | parent [-]

I think recursive fits better, but I get it.

joshribakoff 33 minutes ago | parent [-]

It’s more so the divide and conquer. Recursion vs iterative is tangential.