Skip to content

Towers of Hanoi solver #214

Open
Open
@hobovsky

Description

@hobovsky
  1. Tower of Hanoi
  • Beta, estimated ~5kyu
  • Solution is a stateful object returning steps toward a solution. Non-optimal solutions are allowed.
  • Satisfaction 100% with 19 completions
  • 1 pending issue
  • JS only
  • Published Mar 2015, author active
  1. Tower of Hanoi
  • 5 kyu
  • Return value is a sequence of from/to rods. Optimal solution is not required.
  • Satisfaction 75% with 67 completions
  • No pending issues, but discourse comments are not overly positive
  • JS only
  • Published Nov 2013, author inactive
  1. Towers of Hanoi
  • 5 kyu
  • Result should be a list of [from, to] tuples. Requires an optimal solution.
  • Satisfaction 86% with 74 completions
  • Ruby only
  • Published Feb 2014, author inactive
  1. Hanoi Tower Array
  • 6 kyu
  • 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    discussion/deduplicateDiscussion and vote what to do with duplicate kata

    Type

    No type

    Projects

    Status

    Discussing

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions