Skip to content

Commit

Permalink
✨ add links
Browse files Browse the repository at this point in the history
  • Loading branch information
huxulm committed Apr 9, 2024
1 parent 38954a5 commit da4b947
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/components/ProblemCatetory/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@ export const DP = [
},
{
title: "2902. 和带限制的子多重集合的数目",
src: "",
src: "/count-of-sub-multisets-with-bounded-sum",
sort: 0,
score: 2759,
},
Expand All @@ -422,19 +422,19 @@ export const DP = [
child: [
{
title: "1155. 掷骰子等于目标和的方法数",
src: "/number-of-ways-to-earn-points/",
src: "/number-of-dice-rolls-with-target-sum/description/",
sort: 0,
score: 1654,
},
{
title: "1981. 最小化目标值与所选元素的差",
src: "",
src: "/minimize-the-difference-between-target-and-chosen-elements",
sort: "",
score: 2010,
},
{
title: "2218. 从栈中取出 K 个硬币的最大面值和",
src: "",
src: "/maximum-value-of-k-coins-from-piles",
sort: "",
score: 2158,
},
Expand Down

0 comments on commit da4b947

Please sign in to comment.