Skip to content

Commit

Permalink
Update map-sum-pairs.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
kamyu104 authored Sep 17, 2017
1 parent b8d0e87 commit ab3a4b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion C++/map-sum-pairs.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Time: O(n), n is the length of key
// Space: O(t), t is the total size of trie
// Space: O(t), t is the number of nodes in trie

class MapSum {
public:
Expand Down

0 comments on commit ab3a4b9

Please sign in to comment.