I\'m having trouble sorting names in alphabetical order using counting sort, for instance I\'m suppose to sort in alphabetical order and have number input added to it for example 0001 Alex Smith, Greg
Assume this is the first route entry: routes.MapRoute( \"myRoute\", \"employees/{city}/{pageNumber}\", new { controller=\"Employees\", action = \"List\", pageNumber = 1 }