Skip to content

Commit

Permalink
Increase pythagorean-triplet difficulty
Browse files Browse the repository at this point in the history
  • Loading branch information
keiravillekode committed Aug 10, 2024
1 parent d7f142d commit 93bfa4e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 12 deletions.
22 changes: 11 additions & 11 deletions config.json
Original file line number Diff line number Diff line change
Expand Up @@ -516,17 +516,6 @@
"prerequisites": [],
"difficulty": 6
},
{
"slug": "pythagorean-triplet",
"name": "Pythagorean Triplet",
"uuid": "548fa68b-98ff-4c3f-87ae-ef3a0cc605c1",
"practices": [],
"prerequisites": [],
"difficulty": 6,
"topics": [
"math"
]
},
{
"slug": "all-your-base",
"name": "All Your Base",
Expand All @@ -547,6 +536,17 @@
"practices": [],
"prerequisites": [],
"difficulty": 8
},
{
"slug": "pythagorean-triplet",
"name": "Pythagorean Triplet",
"uuid": "548fa68b-98ff-4c3f-87ae-ef3a0cc605c1",
"practices": [],
"prerequisites": [],
"difficulty": 8,
"topics": [
"math"
]
}
],
"foregone": [
Expand Down
1 change: 0 additions & 1 deletion exercises/practice/square-root/.meta/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"authors": [
"keiravillekode"
],
"contributors": [],
"files": {
"solution": [
"impl.mips"
Expand Down

0 comments on commit 93bfa4e

Please sign in to comment.