Detonate the Maximum Bombs || Math || Graph || How to think of Graph || Leetcode 2101

  Рет қаралды 4,887

Aryan Mittal

Aryan Mittal

Күн бұрын

Пікірлер
@ARYANMITTAL
@ARYANMITTAL Жыл бұрын
C++/Java/Python Code & Notes: drive.google.com/file/d/1ii_a9zN5r10KwyfG61BVPtMeb8Lakw4m/view?usp=sharing Were you able to figure out if it was a Graph Problem ?? If yes, then what triggered that intuition 🙈??
@Mr.Potato23
@Mr.Potato23 Жыл бұрын
random exam question in pakistani college.
@DeepSinghC
@DeepSinghC Жыл бұрын
nice
@SauravKumar-r5j2j
@SauravKumar-r5j2j Жыл бұрын
Just amazing bro ❤❤
@aorusgaming5441
@aorusgaming5441 Жыл бұрын
best
@ce063_gautamlathiya5
@ce063_gautamlathiya5 Жыл бұрын
class Solution { private: void dfs(int node, vector adj, vector &vis, int &cnt){ vis[node] = 1; cnt++; for(auto i : adj[node]){ if(!vis[i]){ dfs(i,adj,vis,cnt); } } } public: int maximumDetonation(vector& bombs) { int n = bombs.size(); vector adj(n, vector()); for(int i = 0; i < n; i++){ for(int j = 0; j < n; j++){ if(i != j){ long long h = bombs[i][0], k = bombs[i][1], r = bombs[i][2]; long long x = bombs[j][0] - h, y = bombs[j][1] - k; if((x*x + y*y)
@tejuschaturvedi6234
@tejuschaturvedi6234 Жыл бұрын
pass adj by reference in parameters
@farnazzinnah8541
@farnazzinnah8541 Жыл бұрын
not watching any other YT videos from now on. Only Aryan's videos. Because he taught me this hard concept in the easiest way possible. I don't think so anyone else can explain as good as him. Thanks man!
@biswaMastAadmi
@biswaMastAadmi Жыл бұрын
zyada ho gya
@aditimahabole1761
@aditimahabole1761 Жыл бұрын
your explanation is toooo good bro!
@sanskarkumar028
@sanskarkumar028 Жыл бұрын
very easy explanation. thanku sir
@tejaswijadhav8031
@tejaswijadhav8031 Жыл бұрын
Nice explanation sir
@rudrikasingh2892
@rudrikasingh2892 Жыл бұрын
Great solution ! Though one doubt. Why in the java solution we are using an array to count number of visited states?
@harshal8781
@harshal8781 Жыл бұрын
bro want a logic 🤗🤗
@ashishdhal4614
@ashishdhal4614 Жыл бұрын
Largest island problem with a bit of 8 grade math
@summerkoushal679
@summerkoushal679 Жыл бұрын
bro you always succeed to tell the visualisation of intuition, no one can do this good. You are a gem of a guy 🫀
@PrajwalRaut
@PrajwalRaut Жыл бұрын
Sir thoda Hindi mai bhi baate krte jau
@VishalKumar-uk5uc
@VishalKumar-uk5uc Жыл бұрын
Bhiya Hindi and English please
@vaibhavchaubey8373
@vaibhavchaubey8373 Жыл бұрын
your explanation is toooo good bro!
Detonate the Maximum Bombs - Leetcode 2101 - Python
11:20
NeetCodeIO
Рет қаралды 14 М.
Гениальное изобретение из обычного стаканчика!
00:31
Лютая физика | Олимпиадная физика
Рет қаралды 4,8 МЛН
IL'HAN - Qalqam | Official Music Video
03:17
Ilhan Ihsanov
Рет қаралды 700 М.
AI Is Making You An Illiterate Programmer
27:22
ThePrimeTime
Рет қаралды 54 М.
Why algorithms are called algorithms | BBC Ideas
3:09
BBC Ideas
Рет қаралды 3 МЛН
Hiroshima: Dropping the Bomb
4:36
BBC Studios
Рет қаралды 47 МЛН
one year of studying (it was a mistake)
12:51
Jeffrey Codes
Рет қаралды 275 М.
My Brain after 569 Leetcode Problems
7:50
NeetCode
Рет қаралды 2,8 МЛН
How to Remember Everything You Read
26:12
Justin Sung
Рет қаралды 3,3 МЛН
Гениальное изобретение из обычного стаканчика!
00:31
Лютая физика | Олимпиадная физика
Рет қаралды 4,8 МЛН