Skip to content

Commit

Permalink
update cheatsheet
Browse files Browse the repository at this point in the history
  • Loading branch information
yennanliu committed Dec 8, 2024
1 parent 1820466 commit 050601d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions doc/cheatsheet/hash_map.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@
- Sub array sum
- LC 560 : Subarray Sum Equals K
- `TODO : note this as pattern!!!`
- LC 325: Maximum Size Subarray Sum Equals k
- `prefix sum` + hashmap
- Any problems with below:
- need to cache
- avoid double loop
Expand Down

0 comments on commit 050601d

Please sign in to comment.