add_executable(bubble_sort bubble_sort.c)
add_executable(insertion_sort insertion_sort.c)