From 14cebbfb0700a876e24475ec13916573b52d7186 Mon Sep 17 00:00:00 2001 From: makefunstuff Date: Thu, 18 Jul 2024 01:36:03 +0300 Subject: dsas practice --- csrc/dsa.h | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 csrc/dsa.h (limited to 'csrc/dsa.h') diff --git a/csrc/dsa.h b/csrc/dsa.h new file mode 100644 index 0000000..2878344 --- /dev/null +++ b/csrc/dsa.h @@ -0,0 +1,5 @@ +#ifndef __DSA_H__ +#define __DSA_H__ +void bubble_sort(int a[], int n); +void selection_sort(int a[], int n); +#endif // !__DSA_H__ -- cgit 1.4.1-2-gfad0