Skip to content

Commit 9d98c99

Browse files
committed
Added some changes
1 parent aedfeef commit 9d98c99

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Hashing/IsomorphicStrings.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,5 @@ public static void main()
7676
Output: true
7777
7878
Time Complexity: O(n)
79-
Space Complexity: O(n)
80-
79+
Space Complexity: O(n) , where n is the length of the input string
8180
*/

0 commit comments

Comments
 (0)