diff options
author | lonkaars <loek@pipeframe.xyz> | 2023-02-10 11:52:16 +0100 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2023-02-10 12:11:54 +0100 |
commit | d50c5a1af8be6ae51fec28e8b24dfea5ca591906 (patch) | |
tree | 3296401c0086269862a4291b86ff73dc35fe00d2 /algo1w2/bubble.h | |
parent | 23ef85751e0c228ba728ce1460dce75c3341de75 (diff) |
week 2 deel 2 klaar
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); |