Skip to content

Commit b10f43e

Browse files
Update README.md
1 parent 9aa3678 commit b10f43e

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 | Difficulty | Tag
10+
|-----|----------------|---------------|--------|-------------|-------------
1111
|1630|[Arithmetic Subarrays](https://leetcode.com/problems/arithmetic-subarrays/)|[Solution](../master/src/main/java/com/fishercoder/solutions/_1630.java) ||Medium|Sort|
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) ||Medium|DP|
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) ||Medium|BFS, DFS|

0 commit comments

Comments
 (0)