freeCodeCamp/curriculum/math-challenges/41-proofs/mathematical-induction.json

45 lines
737 B
JSON

{
"name": "Mathematical Induction",
"order": 10,
"challenges": [
{
"id": "59a5801209a6acac5983b607",
"title": "Proof by strong induction",
"description": [
""
],
"challengeSeed": [
""
],
"tests": [
""
]
},
{
"id": "59a5801209a6acac5983a932",
"title": "Proof by smallest counterexample",
"description": [
""
],
"challengeSeed": [
""
],
"tests": [
""
]
},
{
"id": "59a5801209a6acac5983a933",
"title": "Fibonacci Numbers",
"description": [
""
],
"challengeSeed": [
""
],
"tests": [
""
]
}
]
}