Skip to content

Commit

Permalink
161st Commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Shyam-Chen committed Jul 13, 2024
1 parent 6eca558 commit 73a2a8c
Show file tree
Hide file tree
Showing 5 changed files with 308 additions and 352 deletions.
14 changes: 8 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,12 +107,14 @@ Ace Coding Interview with 75 Qs
[11]: ./src/page-1/11.%20Container%20With%20Most%20Water/maxArea.ts
[1679]: ./src/page-16/1679.%20Max%20Number%20of%20K-Sum%20Pairs/maxOperations.ts

| Sliding Window | | |
| ------------------------------------------------------------- | -------- | ------ |
| 643. Maximum Average Subarray I | Solution | Easy |
| 1456. Maximum Number of Vowels in a Substring of Given Length | Solution | Medium |
| 1004. Max Consecutive Ones III | Solution | Medium |
| 1493. Longest Subarray of 1's After Deleting One Element | Solution | Medium |
| Sliding Window | | |
| ------------------------------------------------------------- | --------------- | ------ |
| 643. Maximum Average Subarray I | [Solution][643] | Easy |
| 1456. Maximum Number of Vowels in a Substring of Given Length | Solution | Medium |
| 1004. Max Consecutive Ones III | Solution | Medium |
| 1493. Longest Subarray of 1's After Deleting One Element | Solution | Medium |

[643]: ./src/page-6/643.%20Maximum%20Average%20Subarray%20I/findMaxAverage.ts

| Prefix Sum | | |
| ------------------------------- | -------- | ---- |
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
"bench": "vitest bench --run"
},
"devDependencies": {
"@biomejs/biome": "^1.8.2",
"@biomejs/biome": "^1.8.3",
"flatted": "^3.3.1",
"typescript": "^5.5.2",
"vite": "^5.3.1",
"vitest": "^1.6.0"
"typescript": "^5.5.3",
"vite": "^5.3.3",
"vitest": "^2.0.2"
}
}
Loading

0 comments on commit 73a2a8c

Please sign in to comment.