Your Dashboard
Interview Coaching
Learn
System Design
ML System Design
Code
Behavioral
Salary Negotiation
Interview Guides
Search
⌘K
Get Premium
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.
All Regions
Comments
Hello Interview Premium
Your account is free and you can post anonymously if you choose.