Skip to content

Commit 9bc447b

Browse files
authored
Rename 33_Search_In_Rotated_Sorted_Array.kt to 0033-search-in-rotated-sorted-array.kt
1 parent f3ce718 commit 9bc447b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kotlin/33_Search_In_Rotated_Sorted_Array.kt renamed to kotlin/0033-search-in-rotated-sorted-array.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ class Solution {
2929

3030
return - 1
3131
}
32-
}
32+
}

0 commit comments

Comments
 (0)