Count Vowels Permutation | Leetcode 1220 | Live coding session

preview_player
Показать описание
Here is the solution to "Count Vowels Permutation" leetcode question. Hope you have a great time going through it.

Chapters
1) 0:00 Explaining the problem out loud
2) 1:10 Question walkthrough
3) 2:30 Algorithm
4) 4:00 Coding it up

For discussion/feedback

PS : Please increase the speed to 1.25X
Рекомендации по теме
Комментарии
Автор

did the same way, I was looking for dp solution

ThePriyeshpandey
Автор

can someone plz explain the time and space complexity.

_heenaahmed
Автор

sir, if you could please do something about volume...its always low !

ranitripathi
Автор

The same approach with c++, gave TLE.

santoshkumarsingh
Автор

Hey Sunchit
Great explanation man
Instead of considering the next character if we consider what should come before a current char the problem can be further simplified

ganeshckm
Автор

sorry sir, but i didn't understand

siddharth_chatterjee
Автор

Hi.
Can you please explain how this is a backtracking?

tarkikmittal