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
Fix for Julia
Random arrays are now sorted in C. thanks
I found ditto issue for
C
translation random testsCheers! Although that sounds like that could get messy
I appreciate the heads up
seems the best practice is using O(n^2) instead of O(n) - leaving room for the future development :-)
Just to expand a bit on rjdverbeek-tud's issue, it appears the fixed tests are sorted, but the random tests have unsorted arrays.