diff options
Diffstat (limited to 'algo1w2/bubble.h')
-rw-r--r-- | algo1w2/bubble.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/algo1w2/bubble.h b/algo1w2/bubble.h new file mode 100644 index 0000000..6c3838f --- /dev/null +++ b/algo1w2/bubble.h @@ -0,0 +1,3 @@ +#pragma once + +void bubble_sort(int*, unsigned); |