freeCodeCamp/curriculum/math-challenges/42-combinatorics/general-enumeration.json

71 lines
1.2 KiB
JSON
Raw Normal View History

{
"name": "General Enumeration",
"order": 5,
"challenges": [
{
"id": "59a5801209a6acac5983b615",
"title": "Basic counting principles",
"description": [
""
],
"challengeSeed": [
""
],
"tests": [
""
]
},
{
"id": "59a5801209a6acac5983a967",
"title": "Simple arrangements and selections",
"description": [
""
],
"challengeSeed": [
""
],
"tests": [
""
]
},
{
"id": "59a5801209a6acac5983a968",
"title": "Arrangements and selections with repetitions",
"description": [
""
],
"challengeSeed": [
""
],
"tests": [
""
]
},
{
"id": "59a5801209a6acac5983a969",
"title": "Distributions",
"description": [
""
],
"challengeSeed": [
""
],
"tests": [
""
]
},
{
"id": "59a5801209a6acac5983a970",
"title": "Binomial identities",
"description": [
""
],
"challengeSeed": [
""
],
"tests": [
""
]
}
]
}