MCPcopy Create free account
hub / github.com/Blankj/awesome-java-leetcode / main

Method main

src/com/blankj/medium/_0049/Solution.java:40–43  ·  view source on GitHub ↗
(String[] args)

Source from the content-addressed store, hash-verified

38 }
39
40 public static void main(String[] args) {
41 Solution solution = new Solution();
42 System.out.println(solution.groupAnagrams(new String[]{"eat", "tea", "tan", "ate", "nat", "bat"}));
43 }
44}

Callers

nothing calls this directly

Calls 1

groupAnagramsMethod · 0.95

Tested by

no test coverage detected