Search
⌘K

Leetcode 356. Line Reflection

Determine whether a set of 2D points is symmetric about some vertical line x = c — i.e., whether for every point its mirrored point across that line also appears in the set. This requires finding a candidate center line and efficiently verifying pairwise reflections (commonly via hashing or grouping) across all points.


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.