qzhfx's blog

By qzhfx, history, 8 hours ago, In English

The problem My approach was to reroute the edges based on the angle of each point, connecting smaller angles to larger ones, and then iterate through the operation q times in reverse order. For each point, I maintained its father's value using a set, and then brute-forcefully calculated the son's values. I believe the complexity of this approach is also root-level, but unfortunately, it TLEd. I don't understand why this is the case, and if there are any experts who can give me some guidance.291437222

  • Vote: I like it
  • -4
  • Vote: I do not like it

»
8 hours ago, # |
  Vote: I like it 0 Vote: I do not like it

Auto comment: topic has been updated by qzhfx (previous revision, new revision, compare).

»
5 hours ago, # |
  Vote: I like it 0 Vote: I do not like it

You need guidance from experts???