CodingTrain / Suggestion-Box

A repo to track ideas for topics
571 stars 86 forks source link

[Coding Challenge]Visual working representation of "Towers of Hanoi" !! #315

Open SreekarMouli98 opened 7 years ago

septatrix commented 7 years ago

...and possibly a rekursive and iterative algorithm to solve it ;)

Caster commented 7 months ago

I was playing around with this and think it would be a really good subject for a coding challenge. My attempt can be found here, but there's lots of things you can still do with it.

Not sure if this is something you'd do, but it would be possible to focus on the algorithm to solve it only, for the challenge, and skip the drawing/interaction code.