From 7cce0a0737382da278a6f251585de44f18b2fcc1 Mon Sep 17 00:00:00 2001 From: Shyam-Chen Date: Sun, 2 Jun 2024 21:09:00 +0800 Subject: [PATCH] 135th Commit --- README.md | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) diff --git a/README.md b/README.md index 4ccdb00..df598d2 100644 --- a/README.md +++ b/README.md @@ -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 + +
+ Problems + +| Array / String | | | +| ------------------------------- | ------------------------------------------------------------------------------------- | ---- | +| 1768. Merge Strings Alternately | [Solution](./src/page-17/1768.%20Merge%20Strings%20Alternately/merge-alternately.ts) | Easy | + +
+ +## 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 + +
+ Problems + +| Array / String | | | +| ---------------------- | --------------------------------------------------------------- | ---- | +| 88. Merge Sorted Array | [Solution](./src/page-1//88.%20Merge%20Sorted%20Array/merge.ts) | Easy | + +