freeCodeCamp/curriculum/math-challenges/41-proofs/counting.json

71 lines
1.1 KiB
JSON

{
"name": "Counting",
"order": 3,
"challenges": [
{
"id": "59a5801209a6acac5983b600",
"title": "Counting lists",
"description": [
""
],
"challengeSeed": [
""
],
"tests": [
""
]
},
{
"id": "59a5801209a6acac5983a905",
"title": "Factorials",
"description": [
""
],
"challengeSeed": [
""
],
"tests": [
""
]
},
{
"id": "59a5801209a6acac5983a906",
"title": "Counting subsets",
"description": [
""
],
"challengeSeed": [
""
],
"tests": [
""
]
},
{
"id": "59a5801209a6acac5983a907",
"title": "Pascal's triangle and the binomial theorem",
"description": [
""
],
"challengeSeed": [
""
],
"tests": [
""
]
},
{
"id": "59a5801209a6acac5983a908",
"title": "Inclusion-exclusion",
"description": [
""
],
"challengeSeed": [
""
],
"tests": [
""
]
}
]
}