We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61bdb94 commit 296bd82Copy full SHA for 296bd82
Rust/quick-short.rs renamed to Rust/qick-short.rs
@@ -1,3 +1,5 @@
1
+// quick_sort.rs
2
+
3
fn quick_sort(arr: &mut [i32]) {
4
if arr.len() <= 1 {
5
return;
0 commit comments