Skip to content

Commit 6d65475

Browse files
committed
🚧 [2448] Minimum Cost to Make Array Equal
1 parent 9545522 commit 6d65475

File tree

3 files changed

+32
-1
lines changed

3 files changed

+32
-1
lines changed

2448/my_solution.js

+30
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

2448/solution.js

Whitespace-only changes.

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@
8080
- [1971. Find if Path Exists in Graph](./1971/)
8181
- [2090. K Radius Subarray Averages](./2090/)
8282
- [2373. Largest Local Values in a Matrix](./2373/)
83+
- [2448. Minimum Cost to Make Array Equal](./2448/)
8384

8485
---
8586

@@ -127,7 +128,7 @@ Batch create:
127128
NOTE: JS IS HERE
128129
-->
129130
```ssh
130-
chapter=2373 && mkdir ./$chapter && touch ./$chapter/my_solution.js && touch ./$chapter/solution.js && alias x="node ./$chapter/my_solution.js"
131+
chapter=2448 && mkdir ./$chapter && touch ./$chapter/my_solution.js && touch ./$chapter/solution.js && alias x="node ./$chapter/my_solution.js"
131132
```
132133
> then you can use `x` for quick debug.
133134

0 commit comments

Comments
 (0)