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

Problem Suggestion: Add "Potions (Easy Version)" to Bronze - Additional Practice for USACO Bronze #4522

Closed
wants to merge 1 commit into from

Conversation

maggieliu05
Copy link
Contributor

User NM45zASXNoQuMehxLPFfolf29T72 suggested adding the problem Potions (Easy Version) to the problems table of the module Bronze - Additional Practice for USACO Bronze.

Automatically Generated JSON:

{
  "uniqueId": "cf-1526C1",
  "name": "Potions (Easy Version)",
  "url": "https://codeforces.com/contest/1526/problem/C1",
  "source": "CF",
  "difficulty": "Normal",
  "isStarred": false,
  "tags": [
    "Map",
    "Set",
    "Greedy"
  ],
  "solutionMetadata": {
    "kind": "autogen-label-from-site",
    "site": "CF"
  }
}

Additional Notes:
It can be solved as DP, but I think it's very straight-forward with greedy. I think this problem might be Difficulty Easy, but I think that some people might find it harder, hence Normal.

This PR was automatically generated from a user-submitted problem suggestion on the USACO guide.

@ryanchou-dev
Copy link
Member

i feel like this problem is too easy -- just a simple greedy right?

if anything, maybe move to map/sets section as suggested problem

@envyaims
Copy link
Member

mid problem

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants