Published onJuly 2, 2022[LeetCode 242] Valid AnagramMapGiven two strings `s` and `t`, return `true` if `t` is an anagram of `s`, and `false` otherwise.
Published onJuly 1, 2022[LeetCode 217] Contains DuplicateSetGiven an integer array `nums`, return `true` if any value appears **at least twice** in the array, and return `false` if every element is distinct.
Published onJune 28, 2022System Design: Step by StepSystemDesignKnow the exact scope of the problems we are trying to solve.