Skip to content

Commit

Permalink
added new space
Browse files Browse the repository at this point in the history
  • Loading branch information
mohit-bhandari45 committed Feb 2, 2025
1 parent 7095b07 commit 2e91ff3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/stringUtils.js
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,6 @@ function isAnagram(str1, str2) {
return sortedStr1 === sortedStr2;
}


/* String Compression */
function compressString(str) {
if (str.length === 0) return "";
Expand Down

0 comments on commit 2e91ff3

Please sign in to comment.