Skip to content

Commit

Permalink
135th Commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Shyam-Chen committed Jun 2, 2024
1 parent 6a04a63 commit 7cce0a0
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,38 @@ $ pnpm test twoSum.spec.ts
├── tsconfig.json
└── vite.config.ts
```

## LeetCode 75 (Basic)

Ace Coding Interview with 75 Qs

- 75 Essential & Trending Problems
- Must-do problem list for interview prep
- Best for 1~3 month of prep time

<details>
<summary>Problems</summary>

| Array / String | | |
| ------------------------------- | ------------------------------------------------------------------------------------- | ---- |
| 1768. Merge Strings Alternately | [Solution](./src/page-17/1768.%20Merge%20Strings%20Alternately/merge-alternately.ts) | Easy |

</details>

## Top Interview 150 (Advanced)

Must-do List for Interview Prep

- 150 Original & Classic Questions
- Covers comprehensive interview topics
- Best for 3+ months of prep time
- Problems support high-quality editorials

<details>
<summary>Problems</summary>

| Array / String | | |
| ---------------------- | --------------------------------------------------------------- | ---- |
| 88. Merge Sorted Array | [Solution](./src/page-1//88.%20Merge%20Sorted%20Array/merge.ts) | Easy |

</details>

0 comments on commit 7cce0a0

Please sign in to comment.