Remove Vowels from a String

preview_player
Показать описание
Рекомендации по теме
Комментарии
Автор

Man!! you are such an under rated you tuber!! the way you solve problems is really cool. you deserve millions of Subscribers..

praveen
Автор

I’ve started to use sets a ton in my solutions and it’s significantly improved time complexity and my overall understanding or problems that require “lookups” “what I’ve seen in the past” etc. this was short and concise. I interview tomorrow for SAP and if I got asked this I’d be living the life 😂

tannerbarcelos
Автор

Love your videos. They help a lot. Keep posting.

kngslyr
Автор

So glad to see you back! Thought you left for good

atift
Автор

Great video man. As someone just starting out using Leetcode, these videos of yours are really helpful!

heyben
Автор

when you solve a problem, it would be better if you provide similar kind of problem example

mdshohrabhossainchowdhury
Автор

Hi Kevin, Great video. Keep going. You are an inspiration for my interview preparation.
Thanks for uploading videos and sharing your experiences.

DeepakSankar
Автор

Great Kevin. I'm happy to watch your videos

saravanansarangan
Автор

Sir I am not getting the logic that which particular data structures will be applied in a problem....what to do about this?

SouravChandra
Автор

What if you get a string but ignorer to remove vowels you need to send to a method that returns a boolean? I tried if(false) but it says that dead code and can only use if(true).

christianwtf
Автор

Alright, I'm rusty, but let's do this. Return from hiatus video checklist:

> "Sorry for not uploading, i WaS bUsY" ✅
> promises (but not really) to return to an upload schedule ✅
> gives two different ways to approach the problem ✅

> subliminal hidden message at 5:10 ✅
> new outro music ✅


welcome back bud 💯

MadeByDAY
Автор

Can you please explain question 4 of leetcode - "Median of 2 sorted Arrays" with time complexity O(log(m+n))...?

PoojaSumann
Автор

Dear Kevin I hope you answer my question.
Can we develop our problem solving skill? should we practice? thank you

amircodes
Автор

Hello Kevin, Great to see you here again! Could you please do LeetCode # 276 - Paint Fence? It's supposed to be an Easy DP one. So maybe it's a good one to continue your DP series. Thank you.

jlecampana
Автор

why some leetcode problems are heavily downvoted?

ajrze
Автор

Wanted to try this one but it's locked behind subscription. Thanks for sharing!!

porith
Автор

Why is your face looking so unhappy on the video image?

RagazzoKZ
Автор

nice video, liked it. BTW how was your trip? also, please make some collab so that subscribers would be increased.
nice channel

indiansoftwareengineer
Автор

Hey, I have an Amazon interview lined up on 10th September. Would appreciate if we can connect.

kishu
Автор

return s.replace(/[aeiou]/g, '');

I feel like leetcode’s range of easy questions goes from super easy, like these simple string questions, to kind of hard, such as some of the graph and tree problems or harder array problems.

supremoluminary