Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 0d28f47

Browse files
solves number of segments in string
1 parent 40dccc3 commit 0d28f47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@
116116
| 414 | [Third Maximum Number](https://leetcode.com/problems/third-maximum-number) | Easy | [![Java](https://img.icons8.com/color/40/000000/java-coffee-cup-logo.png)](https://github.com/anishLearnsToCode/leetcode-algorithms/blob/master/src/ThirdMaximumNumber.java) |
117117
| 415 | [Add Strings](https://leetcode.com/problems/add-strings) | Easy | [![Java](https://img.icons8.com/color/40/000000/java-coffee-cup-logo.png)](https://github.com/anishLearnsToCode/leetcode-algorithms/blob/master/src/AddString.java) |
118118
| 422 | [Valid Word Square](https://leetcode.com/problems/valid-word-square) | Easy | |
119-
| 434 | [Number of Segments in a String](https://leetcode.com/problems/number-of-segments-in-a-string) | Easy | |
119+
| 434 | [Number of Segments in a String](https://leetcode.com/problems/number-of-segments-in-a-string) | Easy | [![Java](https://img.icons8.com/color/40/000000/java-coffee-cup-logo.png)](https://github.com/anishLearnsToCode/leetcode-algorithms/blob/master/src/NumberOfSegmentsInString.java) |
120120
| 441 | [Arranging Coins](https://leetcode.com/problems/arranging-coins) | Easy | |
121121
| 443 | [String Compression](https://leetcode.com/problems/string-compression) | Easy | |
122122
| 447 | [Number of Boomerangs](https://leetcode.com/problems/number-of-boomerangs) | Easy | |

0 commit comments

Comments
 (0)