Skip to content

Commit c6d8a35

Browse files
samarthswami1016idoocs
authored andcommitted
style: format code and docs with prettier
1 parent a6d27ea commit c6d8a35

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

solution/3100-3199/3139.Minimum Cost to Equalize Array/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ edit_url: https://github.com/doocs/leetcode/edit/main/solution/3100-3199/3139.Mi
55
rating: 2666
66
source: 第 396 场周赛 Q4
77
tags:
8-
- 贪心
9-
- 数组
10-
- 枚举
8+
- 贪心
9+
- 数组
10+
- 枚举
1111
---
1212

1313
<!-- problem:start -->

solution/3100-3199/3139.Minimum Cost to Equalize Array/README_EN.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ edit_url: https://github.com/doocs/leetcode/edit/main/solution/3100-3199/3139.Mi
55
rating: 2666
66
source: Weekly Contest 396 Q4
77
tags:
8-
- Greedy
9-
- Array
10-
- Enumeration
8+
- Greedy
9+
- Array
10+
- Enumeration
1111
---
1212

1313
<!-- problem:start -->

0 commit comments

Comments
 (0)