about summary refs log tree commit diff
path: root/csrc/dsa.h
blob: 28783447ed94167895b59cb16dd301f86c7ff6f1 (plain)
1
2
3
4
5
#ifndef __DSA_H__
#define __DSA_H__
void bubble_sort(int a[], int n);
void selection_sort(int a[], int n);
#endif // !__DSA_H__