Search
⌘K

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.

Comments

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