How to sort List of List in 3 Categories [closed]
问题 Closed . This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this post. Closed 9 days ago . I want to sort a list based on many columns but I do not know how to proceed. INPUT : List<String> a = ["TEAMA", "COUNTRYA", "AGEA", "PLAYERA"] List<String> b = ["TEAMB", "COUNTRYF", "AGEA", "PLAYERB"] List<String> c = ["TEAMC", "COUNTRYR", "AGEB", "PLAYERC"] List<String> d = [