Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Solution for max product #4299

Merged
merged 12 commits into from
Feb 12, 2024
Next Next commit
Update content/4_Gold/Digit_DP.problems.json
xyzqm committed Feb 10, 2024
commit 6c735b7f823a1b35a8a28af5afbcba394b0073f0
38 changes: 8 additions & 30 deletions content/4_Gold/Digit_DP.problems.json
Original file line number Diff line number Diff line change
@@ -9,10 +9,7 @@
"difficulty": "Easy",
"isStarred": false,
"tags": ["DP"],
"solutionMetadata": {
"kind": "USACO",
"usacoId": "435"
}
"solutionMetadata": { "kind": "USACO", "usacoId": "435" }
}
],
"Easier Problems": [
@@ -24,10 +21,7 @@
"difficulty": "Easy",
"isStarred": false,
"tags": ["Binary Search", "DP"],
"solutionMetadata": {
"kind": "autogen-label-from-site",
"site": "CF"
}
"solutionMetadata": { "kind": "autogen-label-from-site", "site": "CF" }
},
{
"uniqueId": "cf-100886G",
@@ -37,10 +31,7 @@
"difficulty": "Easy",
"isStarred": false,
"tags": ["DP"],
"solutionMetadata": {
"kind": "autogen-label-from-site",
"site": "CF"
}
"solutionMetadata": { "kind": "internal" }
},
{
"uniqueId": "spoj-DigitSum",
@@ -50,9 +41,7 @@
"difficulty": "Easy",
"isStarred": true,
"tags": ["DP"],
"solutionMetadata": {
"kind": "none"
}
"solutionMetadata": { "kind": "none" }
},
{
"uniqueId": "cf-628D",
@@ -62,10 +51,7 @@
"difficulty": "Normal",
"isStarred": false,
"tags": ["DP"],
"solutionMetadata": {
"kind": "autogen-label-from-site",
"site": "CF"
}
"solutionMetadata": { "kind": "autogen-label-from-site", "site": "CF" }
},
{
"uniqueId": "cc-DEVLOCKS",
@@ -75,9 +61,7 @@
"difficulty": "Normal",
"isStarred": false,
"tags": ["DP"],
"solutionMetadata": {
"kind": "none"
}
"solutionMetadata": { "kind": "none" }
}
],
"USACO": [
@@ -89,10 +73,7 @@
"difficulty": "Normal",
"isStarred": true,
"tags": ["DP"],
"solutionMetadata": {
"kind": "USACO",
"usacoId": "1307"
}
"solutionMetadata": { "kind": "USACO", "usacoId": "1307" }
},
{
"uniqueId": "usaco-1115",
@@ -102,10 +83,7 @@
"difficulty": "Hard",
"isStarred": false,
"tags": ["DP"],
"solutionMetadata": {
"kind": "USACO",
"usacoId": "1115"
}
"solutionMetadata": { "kind": "USACO", "usacoId": "1115" }
}
]
}