feat(sort): add c codes
This commit is contained in:
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…
Reference in New Issue