Round 1
Questions:
-
242. Valid Anagram: Given 2 strings s and t, return true if they are anagrams of each other.
- s = sponge, t = gepons
-
175. Combine Two SQL Tables: Join two SQL tables based on an ID.
Candidate's Approach
No approach provided.
Interviewer's Feedback
No feedback provided.