Загрузка страницы

Facebook Coding Interview (2019) - Valid Anagram (LeetCode)

One of Facebook's most commonly asked interview questions according to LeetCode.

Coding Interviews Valid Anagram (LeetCode) question and explanation.
This interview question is commonly asked by the following companies: Facebook, Google, Amazon, Microsoft, Bloomberg.

Problem description: Given two strings s and t , write a function to determine if t is an anagram of s.

Example 1:

Input: s = "anagram", t = "nagaram"
Output: true
Example 2:

Input: s = "rat", t = "car"
Output: false
Note:
You may assume the string contains only lowercase alphabets.

Support me on Patreon: https://www.patreon.com/KevinNaughtonJr
Follow me on GitHub: https://github.com/kdn251
Follow me on Instagram: https://www.instagram.com/programeme

Видео Facebook Coding Interview (2019) - Valid Anagram (LeetCode) канала Kevin Naughton Jr.
Показать
Комментарии отсутствуют
Введите заголовок:

Введите адрес ссылки:

Введите адрес видео с YouTube:

Зарегистрируйтесь или войдите с
Информация о видео
11 июня 2018 г. 6:18:19
00:06:12
Яндекс.Метрика