You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Result is a sequence of states of the board. Optimal solution is required.
Satisfaction 86% with 84 completions.
1 pending issue
Python only
Published Nov 2017, author last active Jan 2024.
I have completed only the kata 4., so I do not know if kata 1.-3. have any pending translations.
Bonus discussion: The Scrambled Towers of Hanoi. I havent solved this one either, so I do not know if it's close enough to be a duplicate. I think it is not, but if you think it is, please tell.
The text was updated successfully, but these errors were encountered:
I have not solved any kata here, but comments under the 1. suggest that this one is the best. Low satisfaction votes on approved kata suggest that they are not too good.
I am not sure if a requirement of an optimal solution is that important. It might make the kata more challenging, but on the other hand, all commonly known algorithms to solve this puzzle generate optimal solutions anyway, so maybe it's not much of a difference (it's easier to find an optimal solver than a non-optimal one).
I do not know what was monadius' idea for improvements in the beta, so maybe one of the approved kata could be kept, and the beta could be hardened or made different in some way?
I am also not sure if the stateful aspect of the beta kata (and its requirement to throw a specific error) would translate well into other languages. Maybe it should be somehow stated that the generator/stream of moves is not a strictly required part for languages which cannot support it easily?
I would keep the Beta kata. It has best overall quality of these kata's. The Ruby kata is also a nice one, and we can easily refactor that code and add it as a translation on the Beta kata.
[from, to]
tuples. Requires an optimal solution.I have completed only the kata 4., so I do not know if kata 1.-3. have any pending translations.
Bonus discussion: The Scrambled Towers of Hanoi. I havent solved this one either, so I do not know if it's close enough to be a duplicate. I think it is not, but if you think it is, please tell.
The text was updated successfully, but these errors were encountered: