JAVA:实现Check Anagrams检查字谜算法 package com.thealgorithms.strings; import java.util.HashMap; import java.util.Map;