/* C Homework 5 You have to implement selection_sort and insertion_sort that sort arrays of strings in alphabetical order. You have to include these methods in elementary_sorts_strings.c and submit this file via web courses. To achieve this goal, start from the implementations of selection_sort and insertion_sort for integer arrays in the file elementary_sorts_integers and modify them accordingly. */