Skip to content

Commit f091475

Browse files
Update README.md
1 parent 0d06265 commit f091475

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ _If you like this project, please leave me a star._ ★
66
77
## Algorithms
88

9-
| # | Title | Solutions | Video | Difficulty | Tag
10-
|-----|----------------|---------------|--------|-------------|-------------
9+
| # | Title | Solutions | Video | Tag | Difficulty
10+
|-----|----------------|---------------|--------|------|-------------
1111
|1630|[Arithmetic Subarrays](https://leetcode.com/problems/arithmetic-subarrays/)|[Solution](../master/src/main/java/com/fishercoder/solutions/_1630.java) ||Sort|Medium|
1212
|1626|[Best Team With No Conflicts](https://leetcode.com/problems/best-team-with-no-conflicts/)|[Solution](../master/src/main/java/com/fishercoder/solutions/_1626.java) ||DP|Medium|
1313
|1625|[Lexicographically Smallest String After Applying Operations](https://leetcode.com/problems/lexicographically-smallest-string-after-applying-operations/)|[Solution](../master/src/main/java/com/fishercoder/solutions/_1625.java) ||BFS, DFS|Medium|

0 commit comments

Comments
 (0)