Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
approved by someone.
Nice one though you understand it was really easy at the end.
Python new test framework is required
Should have fixed and sample tests where attribute name contains the substring
cls
Approved by someone
python new test framework is required. updated in this fork
image link is broken in description.
It's worth pointing out that the tests run on attempting are dynamic, and it is only the basic tests which are hard coded - so don't quit if you fall into the trap I did of assuming the issue was hardcoded expectations not updating to reflect changes to the pages.
What a great kata, the one kata everyone should try!!
Such a simple ask and so many variety in solutions,
Really human brain is Awesome.........
As mentioned by other commenters, currently, correct solutions will not pass the tests because they no longer accurately represent the articles.
Without dynamic tests which account for updates to the Wikipedia articles, this problem will repeat itself forever (until some future date when Wikipedia itself dies).
true
review it it's invalid TC now
tests are not dynamic there are new links in urls
We have new links here and the tests is not dynamic so its assume these pages won't have any new links
https://en.wikipedia.org/wiki/Promotus_Advertising
This page was last edited on 27 August 2022
O(N²) => bad time complexity
.
Loading more items...