freeCodeCamp/math-challenges/44-number-theory/distribution-of-primes.json

71 lines
1.2 KiB
JSON

{
"name": "Distribution of primes",
"order": 5,
"challenges": [
{
"id": "59a5801209a6acac5983b647",
"title": "Chebyshev's Theorem on the density of primes",
"description": [
""
],
"challengeSeed": [
""
],
"tests": [
""
]
},
{
"id": "59a5801209a6acac5983b069",
"title": "Bertrand's postulate",
"description": [
""
],
"challengeSeed": [
""
],
"tests": [
""
]
},
{
"id": "59a5801209a6acac5983b070",
"title": "Merten's theorem",
"description": [
""
],
"challengeSeed": [
""
],
"tests": [
""
]
},
{
"id": "59a5801209a6acac5983b071",
"title": "The sieve of Eratosthenes",
"description": [
""
],
"challengeSeed": [
""
],
"tests": [
""
]
},
{
"id": "59a5801209a6acac5983b072",
"title": "The prime number theorem",
"description": [
""
],
"challengeSeed": [
""
],
"tests": [
""
]
}
]
}