my_sort.h file
Functions
-
void quicksort_by_name(device_
info a[], int min, int max) -
void sort_by_category(device_
info a[], int size) -
auto partition(device_
info a[], int min, int max) -> int -
void display_list_by_name(device_
info a[], int size)