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.
could you please fix your broken test cases
[[953, 579, 241, 809, 554, 782, 1, 756, 846]
[91, 833, 225, 143, 469, 42, 140, 805, 848]
[811, 256, 613, 444, 490, 974, 159, 196, 389]
[362, 408, 480, 854, 52, 829, 777, 189, 791]
[524, 623, 269, 527, 661, 912, 167, 76, 802]
[2, 296, 308, 819, 597, 242, 26, 808, 476]
[489, 537, 690, 630, 601, 275, 907, 953, 413]
[222, 444, 162, 102, 762, 262, 808, 507, 728]
[324, 946, 41, 540, 396, 205, 444, 562, 497]]
should be sorted to
[953, 579, 241, 809, 554, 782, 1, 756, 846, 848, 389, 791, 802, 476, 413, 728, 497, 562, 444, 205, 396, 540, 41, 946, 324, 222, 489, 2, 524, 362, 811, 91, 833, 225, 143, 469, 42, 140, 805, 196, 189, 76, 808, 953, 507, 808, 262, 762, 102, 162, 444, 537, 296, 623, 408, 256, 613, 444, 490, 974, 159, 777, 167, 26, 907, 275, 601, 630, 690, 308, 269, 480, 854, 52, 829, 912, 242, 597, 819, 527, 661]
At index 25 it is expected result to contain the number 2 , whereas from the given array it does not even contain 2
This comment is hidden because it contains spoiler information about the solution
is it possible to have some test cases pls
hello , is there any errors on the random test case for java , I dont it how the code fails , as well as all cases in the discussion every case work fine , I dont get it
you are right there is a mistake here
explain pls 😁