Leetcode 242. Valid Anagram [Java] P.S. with additional follow up solution

preview_player
Показать описание
Check out how to solve the leetcode Valid Anagram question. According to LeetCode this is one of the most commonly asked interview questions by Facebook. So, if you want to get a job as a Software Developer at Facebook, make sure you watch this video until the end!

This interview question also has been asked by other companies such as Google, Amazon, Microsoft, Bloomberg.

Please write in the comments below which leetcode problem you want me to solve next.

And remember, a leetcode a day keeps unemployment away!

Thanks for watching!
Рекомендации по теме
Комментарии
Автор

Thanks for video! Very good explanation!

proteinovij
Автор

I understand why the code works, but why does it solve the follow up question? If it's asking if the input contains unicode, like was "app108e", then this wouldn't properly handle that 108 is meant to represent the letter l? Or am I misunderstadning the follow up question because if i am please let me know!

magicalbologna