add insertion sort

This commit is contained in:
2025-03-10 11:01:57 +03:00
parent 064a2db2ee
commit 7eb6d14dfa
3 changed files with 42 additions and 8 deletions

View File

@@ -1,6 +1,7 @@
inc += include_directories('.')
headers = [
'base/insertion_sort.hpp',
'numbers/gcd.hpp',
'numbers/prime_factors.hpp'
]