Skip to content

Commit

Permalink
solve: design add and search words data structure
Browse files Browse the repository at this point in the history
  • Loading branch information
wogha95 committed Sep 21, 2024
1 parent e1c705d commit 7f57e00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion design-add-and-search-words-data-structure/wogha95.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ var WordDictionary = function () {

/**
* TC: O(N)
* SC: O(1)
* SC: O(N)
*/

/**
Expand Down

0 comments on commit 7f57e00

Please sign in to comment.