Skip to content

Commit

Permalink
fix position of knapsack exercise (#1781)
Browse files Browse the repository at this point in the history
* fix position of knapsack exercise

* fix bracket

* fix
  • Loading branch information
lemoncurry authored Nov 5, 2019
1 parent ae8fe33 commit ed42b07
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions config.json
Original file line number Diff line number Diff line change
Expand Up @@ -735,6 +735,18 @@
"strings"
]
},
{
"slug": "knapsack",
"uuid": "ac179b77-98a5-4daf-9773-3d68b6cd8548",
"core": false,
"unlocked_by": "hamming",
"difficulty": 5,
"topics": [
"algorithms",
"arrays",
"conditionals"
]
},
{
"slug": "alphametics",
"uuid": "0639a1f8-5af4-4877-95c1-5db8e97c30bf",
Expand Down Expand Up @@ -1384,18 +1396,6 @@
"math"
]
},
{
"slug": "knapsack",
"uuid": "ac179b77-98a5-4daf-9773-3d68b6cd8548",
"core": false,
"unlocked_by": "saddle-points",
"difficulty": 5,
"topics": [
"algorithms",
"arrays",
"conditionals"
]
},
{
"slug": "pythagorean-triplet",
"uuid": "88505f95-89e5-4a08-8ed2-208eb818cdf1",
Expand Down

0 comments on commit ed42b07

Please sign in to comment.