question archive Given a list of N strings, all of them have the same length M
Subject:Computer SciencePrice:2.84 Bought6
Given a list of N strings, all of them have the same length M. We assume that all characters are ASCII code, residing in 256 positions of the character set (from code 0 to code 255). We want to sort this list of strings in the ascending order. Please make a Java program to solve this problem. Your program should:
1)Ask user to input n, list of n strings, all of them have the same length m.
2)Sort the list of strings in the ascending order.
3)Show the result.
Purchased 6 times