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.
Rust translate
Merged
python new test frameworks
This comment is hidden because it contains spoiler information about the solution
For those attempting this Kata without outside help, assuming all points are part of the hull and then reducing them is the WRONG approach. It will work, but it's not performant enough (at least for some languages) and you will time out.
Python submission Attempt test cases are all failing; the input and output are switched places.
I copypasted them to my own tests: they pass, the test data itself is ok.
Meanwhile the given Sample tests are working correctly.
Last line of the kata:
The array will never be empty.
Also 8th kyu kata are introductory, so error handling would be too advanced for this kata.
Doesn't handle:
Thank you for this interesting Kata!
Elixir translation.
Oh, that makes a lot of sense! Thank you.
The test solutions have been sorted to account for differing methods and starting vertices
Hey guys, regarding the Haskell translation, in one of the hardcoded tests it expects a hull of [(1.0,20.0),(5.0,6.0),(6.0,20.0),(15.0,19.0),(19.0,4.0),(20.0,4.0)], which doesn't make sense...? Going from first to second to third means turning left, and from second to third to fourth means turning right, but should't we only turn in the same direction? Or am I missing something?
Hey Blind4Basics, I don't want to offend you personally and so would I urge you not to either. But I'll describe what made me downvote yesterday.
Loading more items...