Completed Hashing-1 2 problems - #2319
Conversation
Group Anagrams (GroupAnagrams.java)Strengths:
Areas for Improvement:
Overall, this is a solid solution that demonstrates good understanding of the problem and Java programming. VERDICT: PASS Isomorphic Strings (IsomorphicStrings.java)Strengths:
Areas for Improvement:
VERDICT: NEEDS_IMPROVEMENT Word PatternIt appears that you have submitted solutions for the wrong problems. The assigned problem is "Word Pattern", which requires checking if a pattern string matches a string Please:
For reference, the approach should be similar to your "Isomorphic Strings" solution but adapted to work with words instead of characters. You would need to:
VERDICT: NEEDS_IMPROVEMENT |
No description provided.