Skip to content

Commit 296bd82

Browse files
committed
adding quick-short
1 parent 61bdb94 commit 296bd82

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Rust/quick-short.rs renamed to Rust/qick-short.rs

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// quick_sort.rs
2+
13
fn quick_sort(arr: &mut [i32]) {
24
if arr.len() <= 1 {
35
return;

0 commit comments

Comments
 (0)