-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added leet code problems for hashtables: pa04
- Loading branch information
Showing
1 changed file
with
17 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
--- | ||
num: pa04 | ||
ready: true | ||
desc: "Leetcode practice with hashtables and hashmaps" | ||
assigned: 2024-03-02 9:00:00.00-8 | ||
--- | ||
## Additional Practice Problems | ||
1. Two sum (easy):<https://leetcode.com/problems/two-sum/description/> | ||
2. Intersection of Two Arrays (easy) <https://leetcode.com/problems/intersection-of-two-arrays/description/> | ||
3. Contains Duplicate (easy) <https://leetcode.com/problems/contains-duplicate/description/> | ||
4. Ransom Note (easy) <https://leetcode.com/problems/ransom-note/description/> | ||
5. Happy Number (easy) <https://leetcode.com/problems/happy-number/description/> | ||
6. 4Sum II (medium) <https://leetcode.com/problems/4sum-ii/description> | ||
7. 3Sum (medium) <https://leetcode.com/problems/3sum/description/> | ||
8. 4Sum (medium) <https://leetcode.com/problems/4sum/description/> | ||
9. Longest Consecutive Sequence (medium) <https://leetcode.com/problems/longest-consecutive-sequence/description/> | ||
|