Find the Town Judge | Leetcode 997 | Live coding session 🔥🔥🔥 | O(n) Linear | Graph theory basics

preview_player
Показать описание
Here is the solution to "Pairs of Songs With Total Durations Divisible by 60" leetcode question. Hope you have a great time going through it.

Chapters
1) 0:00 Explaining the problem out loud
2) 1:50 Understanding the Algorithm
3) 3:00 Test case Iteration
4) 6:00 Coding it up
5) 6:30 Complexity

👉Solution:

🔥🔥🔥🔥👇👇👇 For discussion/feedback/humour/doubts/new openings

🔴 Checkout the series: 🔥🔥🔥

🔥🔥🔥 Leetcode Monthly Contest Playlist

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

that line party mode is over hit me xD..felt like god is saying this to me !

KKKK-plyf
Автор

Thanks for the great explanation. Great Year Ahead!! Learnt a lot and will keep on learning from you this year as well!!
Happy New Year Champ!! 😎

ChandraShekhar-bycd
Автор

Memory can be slightly optimized
We can just save the indegrees.
Increase indegree of node when someone trust that node and decrease when node trust someone.

sreejith