master
test_sorted
def test_sorted(max_idx) puts "preparing..." arr_orig = (0..max_idx).to_a arr_1 = arr_orig.dup new_elm = arr_1.delete(arr_1.sample)