Skip to content

Commit 4e56bb7

Browse files
authored
Update encrypt-and-decrypt-strings.cpp
1 parent 3bdf17f commit 4e56bb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

C++/encrypt-and-decrypt-strings.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// decrypt: O(n)
44
// Space: O(m + d)
55

6-
// hash
6+
// freq table
77
class Encrypter {
88
public:
99
Encrypter(vector<char>& keys, vector<string>& values, vector<string>& dictionary) {

0 commit comments

Comments
 (0)