From 7defa1317f001c17561e79f230af62df58d7029b Mon Sep 17 00:00:00 2001 From: kbraunwart Date: Fri, 28 Apr 2023 12:45:45 -0400 Subject: [PATCH] Fixed Bugs in Anagram.java Included frequency of characters in the HashMap and was able to pass the unit tests. --- .idea/workspace.xml | 18 +++++++----------- Anagram.java | 12 ++++++++---- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 11a54f6..e6f6f40 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -69,17 +69,13 @@