Leetcode - Maximum Product of Word Lengths (Python)

preview_player
Показать описание
May 2021 Leetcode Challenge
Leetcode - Maximum Product of Word Lengths #318
Difficulty: Medium
Рекомендации по теме
Комментарии
Автор

Thank you!Have some rest -enjoy the long weekend!

VladBurlutsky
Автор

I loved the way you explain short and precise hit to the point

tubex
Автор

Hi Timothy, thanks for the videos!
1. How long did it take you to become proficient at these leetcode problems?
2. How did you go from weak at leetcode type problems, to strong?
3. What advice would you give to beginners?

matthcw
Автор

Why do you need to shift to the right 1 bit? 1<<ord()?

sidazhong
Автор

there's a lot of bit wise problems this month...

janmichaelaustria
Автор

What does this mean:

bitw |= (1 << ord(c) - 97)

chickaberga
welcome to shbcf.ru