Top 5 Hardest LeetCode Questions I've Solved

preview_player
Показать описание


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

The solution for the find duplicate number blew my mind away honestly, but I feel like the question was formulated from the answer itself and the specific constraints that need to exist for the solution the work

aminefourati
Автор

If i ever see a hard Leetcode question in an interview, I'll walk out

yang
Автор

Burst balloons is a classic crackhead problem.

davidjones
Автор

Feeling so Proud I solved Alien Dictionary by myself, I was on god stuff at that moment

shubhamjaiswal
Автор

Hi, first, my hardest so far sudoku validator, pretty basic problem, but I am only solved 30 of them.

Ruby_Ai
Автор

When I first studied KMP algo, I didn't understand it in first go. I had to watch it twice.

satyamjha
Автор

the only one i have come across from this video is kmp algorithm, i have watched so many explanations and i still dont understand why it works so i just memorized the code which is not that difficult .

GouravMoondra
Автор

to further on KMP, where does the textbook and academic algorithms stand in this world - leetcode, interviews ..etc.

mohabkhaled
Автор

Approach 5 in the editorial of Knight Dialer is pretty insane too.

junkman
Автор

There was a meta question asking if a mouse can escape the room while a cat is catching. Both were at the same speed. The room has obstacles, and if the mouse can reach any 0 near the edge of the matrix before the cat can reach the mouse anytime before or at the same time, it means the mouse can escape. The follow-up was if there are "steroids" in the matrix if either the mouse or cat eats it will double its speed, can the mouse escape?

mct
Автор

Make an "Easiest Leetcode Hard problems". It's time for me to increase the number of hard problems solved.

samarthjain
Автор

i think it might be verbal arithematic puzzle, literally i skipped it, (i have never skipped a problem atleast i understand then implement by resources but never skipped) it hits me different, but now i ll solve it after seeing this video

adityarao
Автор

Okay, find the duplicate number is one of those where you can’t do it on an interview if you haven’t seen it before.. like the tortoise and hare.. the Regex question was asked in my friend’s Amazon OA apparently and I wanted too solve it, and I still can’t.

ssuriset
Автор

Median of two sorted arrays is easy with Python

adrified
Автор

Burst balloons and median of two sorted arrays

ruthlessogre
Автор

i got stickers to spell words on my meta phone screen :')

greatestever
Автор

Bro have you cracked the book introduction to algorithms ? by cormen

MBXD
Автор

Please do Maximum Total Damage With Spell Casting

ramcharanrampage-immf
Автор

Burst Balloons and New 21 Game.

I'm skipping those two because they're just out of my mind.

ihsannuruliman
Автор

I have a question whether it is possible to enter Faang without a degree (any degree) or not at all.

Ruby_Ai