Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 220 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 220 Bytes

69.Count Primes

Description

Count the number of prime numbers less than a non-negative number, n.

Example

Input: 6
Output: 3

From

LeetCode