How to use Task Scheduler in Windows // Windows Fundamentals // EP 12
How to fix Task Scheduler 0x1 error
How to use Task Scheduler to create an automated Task
Task Scheduler how to schedule basic task on Windows 10
Schedule UiPath Automation using Windows Task Scheduler
Use Power Automate Desktop and Task Scheduler Together
Windows Task Scheduler Explained
How to import and export tasks from Task Scheduler on Windows 10
Automate your PowerShell scripts with Windows Task Scheduler
Task Scheduler for Music
Leetcode 621 - Task Scheduler
How To Use Windows task Scheduler On Windows 10 and Windows 11 | Auto Start Programs
Using Windows Task Scheduler - CompTIA A+ 220-802: 1.4
How to Run a Python Script with the Windows Task Scheduler - Run Scheduled Python Scripts
How to Automate Tasks in Windows 11 Using Task Scheduler
Advanced Task Scheduler Windows 10
how to run powershell script through task scheduler
Running a Batch File from Task Scheduler Without User being logged In
How to Run an App Automatically at Startup Using the Task Scheduler in Windows 11
Комментарии
How to did we get this formulae?
idealSpots=No.of Chunks - cooling time?
KeerthiReddyKolan
hey
How did you come on the formula for chunk ? whats the logic
mayankjohari
Awesome Naresh! The way you explained the solution with examples and easy to follow dry runs is really helpful and certainly builds concepts. Hence I subscribed your channel :) . Looking forward to watch more of your Algorithm/DS videos.
sachin_getsgoin
Hi sir, Can you help me to sort process scheduling problem out?
vimalkumar-iwdu
i have also figured out this solution but what for " AAAABBBBCCCCDDDDEEEEFFFF " This type of filling all chunks...still duplicate are left
varunvishwakarma
I always see font of text editors in videos are different than mine. how to get it @nareshgupa sir
iamankitmishra
Can you explain how you arrived at 8 ? A -> b -> IDLE -> A -> B -> IDLE -> A -> B..so shouldnt it be (1 + 1 + 2 + 1 + 1 + 2 + 1 +1 = 10) ?
questions 2: If we do A - B - A -B -A -B then we wont need idle tasks and it would be 6 right ? Am i missing something ?
anishdubey
can you explain why we subtract min(chunk, f[i]) not only f[i]
mohammadatif
how to sort the array in reverse in leetcode . Collections.reverseOrder() is not working for nice explanation
samakshtandon
Thanks for the video, such a clear and easy explanation.
naidusunny
Why are we taking minimum here. Didn't get it
lingasodanapalli
Can you explain why you subtracted 1 from chunks??
electric
will this work on a case like ['A', 'A', 'A', 'B', 'B', 'B', 'C', 'C', 'C', 'D', 'D', 'D'] for k =2
amitanshupattanayak
I tried to solve this by using Map and maxheap but got stuck at point. i think that approach is a kind of brute force. This solution is little tricky
aryansaxenafanclub
Hello Naresh, I'm currently a 2nd year comp sci (undergrad) student. I would like to know how you got so good at programming.