Task Scheduler | Leet code 621 | Theory explained + Python code | July Leet code challenge

  Рет қаралды 5,071

Sai Anish Malla

Sai Anish Malla

Күн бұрын

Пікірлер: 19
@uthrakaruna999
@uthrakaruna999 8 ай бұрын
Finally an understandable solution without any complex data structures
@neilranada
@neilranada Жыл бұрын
This is one of the best explanations I've seen. Thank you!
@AlejandroRuiz-pd6ci
@AlejandroRuiz-pd6ci 3 жыл бұрын
Incredible explanation. Had no idea how to do this, and you made the problem look like a joke
@ameynaik2743
@ameynaik2743 3 жыл бұрын
Bucket sort can be used too. hmap = Counter(tasks) maxsize = max(hmap.values()) + 1 bucket = [[] for i in range(maxsize)] for k,v in hmap.items(): bucket[v].append(k) for i in range(maxsize-1,-1,-1): if bucket[i]: maxcnt = len(bucket[i]) maxbuc = i break duration = (maxbuc - 1)*(n+1) + maxcnt return max(duration, len(tasks))
@LokeshPandey-m1m
@LokeshPandey-m1m Жыл бұрын
dude this soln is insane
@wahidsakib
@wahidsakib 3 жыл бұрын
Very nice and descriptive explanation to this problem I've found
@soumyadipbasak6380
@soumyadipbasak6380 3 жыл бұрын
superb explanation
@mallasatyanarayana1942
@mallasatyanarayana1942 4 жыл бұрын
For too complex problem, very clear explanation
@alexandersmirnov4274
@alexandersmirnov4274 3 жыл бұрын
the best explanation Im understand!!!
@yashsrivastava677
@yashsrivastava677 2 жыл бұрын
Please provide solutions for 706. Design HashMap 705. Design HashSet
@mihiranvikram6445
@mihiranvikram6445 3 жыл бұрын
very nicely explained.
@CodingAhead
@CodingAhead 5 ай бұрын
great
@abigailmchugh9452
@abigailmchugh9452 Жыл бұрын
Great explanation - but why does the formula sometimes give a smaller value?
@abigailmchugh9452
@abigailmchugh9452 Жыл бұрын
I don't feel like there was a great explanation of the limits of your formula.
@ishayadav5221
@ishayadav5221 4 жыл бұрын
GREAT EXPLANATION
@saivishnuadabala2447
@saivishnuadabala2447 Жыл бұрын
Love you 💕
@alekseirutkovskii2570
@alekseirutkovskii2570 3 жыл бұрын
What are other cases for which the max() in return statement accounts for besides the case when n = 0?
@edwardteach2
@edwardteach2 3 жыл бұрын
U a God
@js__talks
@js__talks 2 жыл бұрын
Will this work for AAABBCCDDEE
Sudoku solver (Algorithm explained w/ code)
14:32
Sai Anish Malla
Рет қаралды 9 М.
Decode String | Leet code 394 | Theory explained + Python code
15:24
Sai Anish Malla
Рет қаралды 4 М.
HELP!!!
00:46
Natan por Aí
Рет қаралды 67 МЛН
1, 2, 3, 4, 5, 6, 7, 8, 9 🙈⚽️
00:46
Celine Dept
Рет қаралды 102 МЛН
FOREVER BUNNY
00:14
Natan por Aí
Рет қаралды 12 МЛН
Ice Cream or Surprise Trip Around the World?
00:31
Hungry FAM
Рет қаралды 16 МЛН
Task Scheduler - Leetcode 621 - Python
17:07
NeetCode
Рет қаралды 184 М.
Word Break | Leet code 139 | Theory explained + Python code
12:44
Sai Anish Malla
Рет қаралды 7 М.
Leetcode 621 - Task Scheduler
19:09
blake
Рет қаралды 2,8 М.
"Clean" Code, Horrible Performance
22:41
Molly Rocket
Рет қаралды 907 М.
LeetCode 621. Task Scheduler (Algorithm Explained)
10:29
Nick White
Рет қаралды 64 М.
Dear Functional Bros
16:50
CodeAesthetic
Рет қаралды 550 М.
Vim Tips I Wish I Knew Earlier
23:00
Sebastian Daschner
Рет қаралды 77 М.
The Absolute Best Intro to Monads For Software Engineers
15:12
Studying With Alex
Рет қаралды 668 М.
HELP!!!
00:46
Natan por Aí
Рет қаралды 67 МЛН