Your Dashboard
Interview Coaching
Learn
System Design
ML System Design
Code
Behavioral
Salary Negotiation
Interview Guides
Search
⌘K
Get Premium
Leetcode 3172. Second Day Verification
Given two lists of records for consecutive days, determine whether the second day's list is a valid verification of the first day (e.g., the same multiset or obeys specified allowed changes). This is typically solved by comparing counts or sorting the lists (hash map counting for O(n) or sort for O(n log n)).
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.