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
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.
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)
The text was updated successfully, but these errors were encountered: