index
:
school/comp-272.git
master
Unnamed repository; edit this file 'description' to name the repository.
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
03
/
sort.h
blob: 5c0012f7978204525c4809a4f750456a2939ac1a (
plain
)
1
2
void merge_sort(int *items, int length); void quick_sort(int *items, int length);