[ Web Proxy ]
URL:
Viewing: https://raw.githubusercontent.com/mJackie/leetcode/master/code/lc204.java [Back]  [Original]

package code;
/*
 * 204. Count Primes
 * n
 * Easy
 * Hash Table, Math
 * 
 * Tips
 */
public class lc204 {
    public int countPrimes(int n) {
        if(n

Web Proxy Viewer  |  New URL  |  Original Page