index
:
algoritmiek-huiswerk
master
22-23 b07 algo: huiswerk
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
algo1w2
/
selection.h
blob: bfba3c795d00f8cc1affba760248538399cafbd2 (
plain
)
1
2
3
#pragma once
void
selection_sort
(
int
*
,
unsigned
);