MCPcopy Create free account
hub / github.com/Rohit91singh9/Coding-DP-DSA / main

Method main

Result.java:42–51  ·  view source on GitHub ↗
(String[] args)

Source from the content-addressed store, hash-verified

40 return boxList;
41 }
42 public static void main(String[] args) {
43 List<String> list = new ArrayList<String>();
44 list.add("ykc 82 01");
45 list.add("eo first qpx");
46 list.add("09z cat hamster");
47 list.add("06f 12 25 6");
48 list.add("az0 first qpx");
49 list.add("236 cat dog rabbit snake");
50 System.out.println(sortBoxes(list));
51 }
52
53}
54

Callers

nothing calls this directly

Calls 1

sortBoxesMethod · 0.95

Tested by

no test coverage detected