Skip to content

Commit 66c0823

Browse files
committed
Update README for q204-count-primes
1 parent d9e3327 commit 66c0823

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# LeetCode Solution Swift
22
[![language badge](https://img.shields.io/badge/language-swift%202.2-orange.svg)](https://github.com/apple/swift)
3-
[![progress](https://img.shields.io/badge/progress-%20%20Updating%2071%2F354-green.svg)](https://github.com/wty21cn/leetcode-solution-swift#bit-manipulation)
3+
[![progress](https://img.shields.io/badge/progress-%20%20Updating%2072%2F354-green.svg)](https://github.com/wty21cn/leetcode-solution-swift#bit-manipulation)
44
[![license badge](https://img.shields.io/badge/license-MIT-blue.svg)](./LICENSE)
55

66
## About
@@ -182,6 +182,7 @@ If you want a full list of questions, please check [leetcode.com](https://leetco
182182
| 198 | [House Robber](https://leetcode.com/problems/house-robber) | [swift](./leetcode-swift/Easy/q198-house-robber.swift) | Easy | |
183183
| 202 | [Happy Number](https://leetcode.com/problems/happy-number) | [swift](./leetcode-swift/Easy/q202-happy-number.swift) | Easy | |
184184
| 203 | [Remove Linked List Elements](https://leetcode.com/problems/remove-linked-list-elements) | [swift](./leetcode-swift/Easy/q203-remove-linked-list-elements.swift) | Easy | |
185+
| 204 | [Count Primes](https://leetcode.com/problems/count-primes) | [swift](./leetcode-swift/Easy/q204-count-primes.swift) | Easy | |
185186
| 205 | [Isomorphic Strings](https://leetcode.com/problems/isomorphic-strings) | [swift](./leetcode-swift/Easy/q205-isomorphic-strings.swift) | Easy | |
186187
| 206 | [Reverse Linked List](https://leetcode.com/problems/reverse-linked-list) | [swift](./leetcode-swift/Easy/q206-reverse-linked-list.swift) | Easy | |
187188
| 213 | [House Robber II](https://leetcode.com/problems/house-robber-ii) | [swift](./leetcode-swift/Medium/q213-house-robber-ii.swift) | Medium | |

util/readme-header.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# LeetCode Solution Swift
22
[![language badge](https://img.shields.io/badge/language-swift%202.2-orange.svg)](https://github.com/apple/swift)
3-
[![progress](https://img.shields.io/badge/progress-%20%20Updating%2071%2F354-green.svg)](https://github.com/wty21cn/leetcode-solution-swift#bit-manipulation)
3+
[![progress](https://img.shields.io/badge/progress-%20%20Updating%2072%2F354-green.svg)](https://github.com/wty21cn/leetcode-solution-swift#bit-manipulation)
44
[![license badge](https://img.shields.io/badge/license-MIT-blue.svg)](./LICENSE)
55

66
## About

0 commit comments

Comments
 (0)