freeCodeCamp/curriculum/math-challenges/43-abstract-algebra/polynomials.json

45 lines
709 B
JSON

{
"name": "Polynomials",
"order": 15,
"challenges": [
{
"id": "59a5801209a6acac5983b637",
"title": "Polynomial rings",
"description": [
""
],
"challengeSeed": [
""
],
"tests": [
""
]
},
{
"id": "59a5801209a6acac5983b030",
"title": "Division algorithm",
"description": [
""
],
"challengeSeed": [
""
],
"tests": [
""
]
},
{
"id": "59a5801209a6acac5983b031",
"title": "Irreducible polynomials",
"description": [
""
],
"challengeSeed": [
""
],
"tests": [
""
]
}
]
}