Question: Write an insertion sort that sorts a list of strings instead of numbers. The sorting should ignore case. For example Zebra should come after apple,
Write an insertion sort that sorts a list of strings instead of numbers. The sorting should ignore case. For example "Zebra" should come after "apple", "maRker" should come after "marble", etc. Name this function string_sort.
The file must be named: string_sort.py
PYTHON 3 ONLY
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
