Update anagram_checker.rb

This commit is contained in:
Vitor Oliveira 2021-03-31 19:05:51 -07:00 committed by GitHub
parent ad959fcfb0
commit 6b8529a1a6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,6 +17,8 @@
# #
# Approach: Hash table # Approach: Hash table
# #
#
# Complexity analysis: # Complexity analysis:
# #
# Time complexity: O(n). Time complexity is O(n) since accessing the counter # Time complexity: O(n). Time complexity is O(n) since accessing the counter