Skip to content

Commit

Permalink
fix: Adjust knacksack problem mask to new format
Browse files Browse the repository at this point in the history
  • Loading branch information
Elscrux committed Oct 11, 2024
1 parent 71ded9e commit a58029d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/landing-page/ProblemChooser.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ export const ProblemChooser = (props: GridProps) => (
href="solve/Knapsack"
new={true}
tags={["QAOA"]}
problemName={"Knapsack"}
title={"Knapsack"}
description="Given a list of items with weights and values, find a subset of items with the highest total value up to a certain weight limit."
/>
</GridItem>
Expand Down

0 comments on commit a58029d

Please sign in to comment.