feat(sort): add c codes

This commit is contained in:
reanon 2023-01-18 14:14:57 +08:00
parent 8ba1f64710
commit f72a1c6b3f

View File

@ -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)