how do i start sorting integers and characters
checking for repeats
if i have 12 numbers
1 9 12 13 14 17 18 8 21 1 2 22
causing repeats to be new numbers
an array should be used like this
int y[] = { 1, 9, 12, 13, 14, 17, 18, 8, 21, 1, 2, 22 };
function should check one number to a repeat and make sure repeat
is changed before moving on
oops didn't put in a repeat number
this fix
int y[] = { 1, 9, 12, 13, 14, 17, 18, 8, 21, 1, 2, 9 };
Last edited on
repeat removed that pretty cool
needed new number for repeat so no repeat