I need hints for an algorithm using string compare in a selection sort.
I will be sorting lastnames and first namesalphbetica lly. if the selection sort encounters the same last name it then goes to first name and alphabetizes the list.
Smith, John
Smith, Juan
THANKS IN ADVANCE!!
I will be sorting lastnames and first namesalphbetica lly. if the selection sort encounters the same last name it then goes to first name and alphabetizes the list.
Smith, John
Smith, Juan
THANKS IN ADVANCE!!
Comment