jianglilili / jianglilili/leetcode-
Number of Segments in a String(字符串中的单词数)
Open
- Dominant language
- No language data
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
[字符串中的单词数](https://leetcode-cn.com/problems/number-of-segments-in-a-string/)
`type: string`
```
class Solution {
public int countSegments(String s) {
int count=0;
for(int i=0;i
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.