Published onJuly 7, 2022HTTP Headers Content-TypeNetworkThe Content-Type representation header is used to indicate the original media type of the resource (prior to any content encoding applied for sending).
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.