Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update CrackAmazonResource.md #3

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions CrackAmazonResource.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ Difficulty Rating: **Easy | Easy-Medium | Medium | Medium-Hard | Hard**
| [Two Sum](https://leetcode.com/problems/two-sum/) | | |
| [Reorder Data in Log Files](https://leetcode.com/problems/reorder-data-in-log-files/) | | |
| [LRU Cache](https://leetcode.com/problems/lru-cache/) | | |
| [Minimum Difficulty of a Job Schedule](https://leetcode.com/problems/minimum-difficulty-of-a-job-schedule/) | | |
| [Critical Connections in a Network](https://leetcode.com/problems/critical-connections-in-a-network/) | | |
| [Minimum Difficulty of a Job Schedule](https://leetcode.com/problems/minimum-difficulty-of-a-job-schedule/) | | |
| [Critical Connections in a Network](https://leetcode.com/problems/critical-connections-in-a-network/) | | |
| [Pairs of Songs With Total Durations Divisible by 60](https://leetcode.com/problems/pairs-of-songs-with-total-durations-divisible-by-60/) | | |
| [K Closest Points to Origin](https://leetcode.com/problems/k-closest-points-to-origin/) | | |
| [Merge Two Sorted Lists](https://leetcode.com/problems/merge-two-sorted-lists/) | | |
Expand All @@ -56,7 +56,7 @@ Difficulty Rating: **Easy | Easy-Medium | Medium | Medium-Hard | Hard**
| [Subtree of Another Tree]( https://leetcode.com/problems/subtree-of-another-tree/) | | |
| [Trapping Rain Water]( https://leetcode.com/problems/trapping-rain-water/) | | |
| [Word Ladder]( https://leetcode.com/problems/word-ladder/) | | |
| [Maximal Square]( https://leetcode.com/problems/maximal-square/) | | |
| [Maximal Square]( https://leetcode.com/problems/maximal-square/) | | |
| [Friend Circles]( https://leetcode.com/problems/friend-circles/) | | |

---
Expand Down