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.
Thanks!
From what I could find, there is one in Python only that is quite similar which I didn't see before, sorry! - https://www.codewars.com/kata/word-search-grid
There is also one in Javascript but with rather different parameters and solution required - https://www.codewars.com/kata/word-search-puzzle
Hopefully it's unique enough (and bug-free!) If you have any more feedback with the random tests added just let me know. =)
I've now added the random tests :)
I have now added an extra 25 random tests for each validation.
I'm working on it and hoping to add random tests sometime in the next few days.
total fail there :)
The chart is reduced now to a .6 - 1.4 range.
Hi Voile,
There is no reason the chart in the Kata needs to go beyond 1.4 bar which is the max safe range for normal recreational diving. I guess I included the wider range because the idea is that the chart is an external source of information the programme needs to reference, and it is published with wider ranges. So in a real life programming scenario, if you were writing code for a dive computer, you would need to limit the range of the input data to suit your programe.
However, as it's confusing I can remove this easily and will do so now. (In writing this Kata I realized how complicated diving physics and safety is!)
Hi Voile - just fixed this. Thanks for spotting!