diff options
| author | krolyxon <krolyxon@tutanota.com> | 2023-09-01 11:31:52 +0530 |
|---|---|---|
| committer | krolyxon <krolyxon@tutanota.com> | 2023-09-01 11:31:52 +0530 |
| commit | 864708a6deec0443097111c6d0ffab47941fdac0 (patch) | |
| tree | 3ee20a9d36da1a49a636176fe1e221f2b8163958 /src/sort.h | |
| parent | f8fc421e0b0d988e3c85c3a7e4b33a532f3c2827 (diff) | |
add radix sort
Diffstat (limited to 'src/sort.h')
| -rw-r--r-- | src/sort.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,4 +4,4 @@ void bubblesort(int a[], int n); void selectionsort(int a[], int n); void insertionsort(int a[], int n); -void radixsort(int a[]); +void radixsort(int a[], int n); |
