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 "The Tree" to Platinum - Additional Practice for USACO Platinum #5011

Closed
wants to merge 1 commit into from

Conversation

maggieliu05
Copy link
Contributor

User xlB0AgFGeNM5221SBsJCIo77Jbz1 suggested adding the problem The Tree to the problems table of the module Platinum - Additional Practice for USACO Platinum.

Automatically Generated JSON:

{
  "uniqueId": "cf-1017G",
  "name": "The Tree",
  "url": "https://codeforces.com/contest/1017/problem/G",
  "source": "CF",
  "difficulty": "Hard",
  "isStarred": false,
  "tags": [
    "Hevay-Light Decomposition",
    "Lazy Propagation",
    "SQRT"
  ],
  "solutionMetadata": {
    "kind": "autogen-label-from-site",
    "site": "CF"
  }
}

Additional Notes:
This has two different solutions (one with HLD+Lazy, and the other with SQRT decomposition onqueries), besides the advanced techniques, it really has a nice idea, with some lessons behind it.

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

@dongliuu
Copy link
Contributor

Closing - already exists (https://usaco.guide/problems/cf-the-tree/solution).

@dongliuu dongliuu closed this Dec 28, 2024
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.

2 participants