I'm trying to figure out how to use a bubble sort in a array of names. since the names are type string, I can't figure out how to alter the bubble sort to do this.
all the examples I find online deal with numbers instead of strings.
So how do I sort last names alphabetically using the bubble sort?
Any help much welcomed