LeetCode: 242-Valid Anagram Solution
Last Updated on 2023-12-16 by Clay
Problem
Given two strings s
and t
, return true
if t
is an anagram of s
, and false
otherwise.
Last Updated on 2023-12-16 by Clay
Given two strings s
and t
, return true
if t
is an anagram of s
, and false
otherwise.