Find All Anagrams in a String (python) - Day 17/31 Leetcode May Challenge

preview_player
Показать описание
Larry solves and analyzes this Leetcode problem as both an interviewer and an interviewee. This is a live recording of a real engineer solving a problem live - no cuts or edits!

#leetcode #coding #python #programming
Рекомендации по теме
Комментарии
Автор

Sliding window! I love these intuitive problems. I was able to solve this. I learned a new approach and clean code! Thanks

rahil_rehan
Автор

A opportunity to practice sliding window! Did you do it with sliding window?

Algorithmist
Автор

I want to ask is it has performance differents between [0]*26 and [0 for I in range(26)]?

shengzhibo