summaryrefslogtreecommitdiff
path: root/algo1w2/bubble.h
blob: 6c3838f7fecbd9449b992d3e85d0983fbd7316dc (plain)
1
2
3
#pragma once

void bubble_sort(int*, unsigned);