I have a txt file includes 10000 passwords in it.I am trying to sort the passwords by length.Here is my function:
void bubbleSortASC(){ int n = 9999;