feat(sort): add c codes

pull/273/head
reanon 2 years ago
parent 8ba1f64710
commit f72a1c6b3f

@ -1,2 +1,3 @@
add_executable(bubble_sort bubble_sort.c)
add_executable(quick_sort quick_sort.c )
add_executable(insertion_sort insertion_sort.c)
Loading…
Cancel
Save