Skip to content

Deduplicate - Shortest steps to a number #218

Open
@4500zenja1

Description

@4500zenja1

Taken from the wiki (link)

  1. Shortest steps to a number
  • 6 kyu;
  • You need to find the amount of steps to go from 1 to N, the accesible steps are +1 or x2;
  • 95% satisfaction from 511;
  • 1.5 pending issues (one on this matter, the other is about to be resolved);
  • 14 languages;
  • Published May 2019, author last active on May 2024.
  1. T.T.T.19: How many steps are required to turn A into B?
  • 6 kyu;
  • You need to find the amount of steps to go from A to B, the accesible steps are +1 or x2;
  • 97% satisfaction from 85;
  • 1 pending issue on this matter;
  • 2 languages + 1 pending translation
  • Published August 2016, author inactive.
  1. Time Is Money (number of operations)
  • 6 kyu;
  • Basically that's a performance (input is up to 99^9999) kata which uses the reverse process of the katas above
  • 82% satisfaction from 33;
  • 1 pending issue on this matter;
  • 1 language (Python)
  • Published November 2022, author active.

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