Search
⌘K

Leetcode 2978. Symmetric Coordinates

Given a set of 2D integer coordinates, determine whether the point set is reflection-symmetric about a vertical line (i.e., for every point there exists a mirrored point across some x = c). This requires finding the candidate symmetry line (often via average x) and verifying matching mirrored pairs while handling duplicates.


Question Timeline

See when this question was last asked and where, including any notes left by other candidates.

Comments

Your account is free and you can post anonymously if you choose.