freeCodeCamp/math-challenges/32-linear-equations/polynomial-division.json

71 lines
1.2 KiB
JSON

{
"name": "Polynomial Division",
"order": 23,
"challenges": [
{
"id": "59a5801209a6acac5983b468",
"title": "Dividing Polynomials",
"description": [
""
],
"challengeSeed": [
""
],
"tests": [
""
]
},
{
"id": "59a5801209a6acac5983a034",
"title": "Long Division of Polynomials",
"description": [
""
],
"challengeSeed": [
""
],
"tests": [
""
]
},
{
"id": "59a5801209a6acac5983a035",
"title": "Synthetic Division of Polynomials",
"description": [
""
],
"challengeSeed": [
""
],
"tests": [
""
]
},
{
"id": "59a5801209a6acac5983a036",
"title": "Finding Zeros of Polynomials",
"description": [
""
],
"challengeSeed": [
""
],
"tests": [
""
]
},
{
"id": "59a5801209a6acac5983a037",
"title": "Zeroes and Intercepts of Polynomials",
"description": [
""
],
"challengeSeed": [
""
],
"tests": [
""
]
}
]
}