Open 4500zenja1 opened 6 days ago
2 is different from 1 and 3. 3 is very similar to 1. It has performance requirements but they are not very important for this task because O(log n) solutions are simpler than other solutions (BFS). So I propose to retire 3 and keep 1 and 2.
To think about that, 1 and 2 have the same concept, but 2 works with different starting numbers, which differentiate it from 1.
3 is just 1 but with performance-stress tests, maybe you just need to add them to 1 and then safely retire 3
There are should be no performance requirements for 1: It is always good to see different solutions. Moreover, there are not many solutions which will time out if performance tests are added to 1. It is also difficult to add consistent performance tests to all existing languages. JS should be switched to BigInt, C has no big integers, etc.
Taken from the wiki (link)
Shortest steps to a number
T.T.T.19: How many steps are required to turn A into B?
Time Is Money (number of operations)