High Definition Standard Definition Theater
Video id : hcAz7B96jAU
ImmersiveAmbientModecolor: #aba298 (color 2)
Video Format : (720p) openh264 ( https://github.com/cisco/openh264) mp4a.40.2 | 44100Hz
Audio Format: 140 ( High )
PokeEncryptID: 637949fcc9a3d4c4abe9616ddeacaaa94554df84277476b864037da457ba64315f04278fc50b50ebd3d18f4a4516e4f2
Proxy : cal1.iv.ggtyler.dev - refresh the page to change the proxy location
Date : 1732405134848 - unknown on Apple WebKit
Mystery text : aGNBejdCOTZqQVUgaSAgbG92ICB1IGNhbDEuaXYuZ2d0eWxlci5kZXY=
143 : true
House Robber - Dynamic Programming - Leetcode 198
 60 FPS video
32,320 Views • Oct 26, 2024 • Click to toggle off description
House Robber - Dynamic Programming - Leetcode 198
Metadata And Engagement

Views : 32,320
Genre: Education
Uploaded At Oct 26, 2024 ^^


warning: returnyoutubedislikes may not be accurate, this is just an estiment ehe :3
Rating : 4.926 (37/1,956 LTDR)

98.14% of the users lieked the video!!
1.86% of the users dislieked the video!!
User score: 97.21- Overwhelmingly Positive

RYD date created : 2024-11-10T16:40:39.733936Z
See in json
Tags
Connections
Nyo connections found on the description ;_; report an issue lol

18 Comments

Top Comments of this video!! :3

@GregHogg

4 weeks ago

Master data structures and algorithms for FREE at algomap.io/ :)

|

@Dodo-mc2vm

3 weeks ago

For this example, [5, 10, 3, 4], we can go to all the houses like this : [10,4,5,3]

4 |

@彩色糖果-i4i

4 weeks ago

This is my view of this problem approach. We check the value of arr[i] + arr[i+2]. We store in a int variable. Every time we add two array element together we compare it with the int variable. Then the return the largest int value.

4 |

@xingyuxiang1637

3 weeks ago

See you do not get the tabulations by examining the recursion trees. You get the tabulations by understanding the problems and a hint that tabulation is going to work.

|

@hermainirfan2964

3 weeks ago

Can we do it like this:-
Int maxSum(array){
max=Int_min;
For i to array.size(){
For j=i in range(array.size(),2) {
sum=array[i]+[j];
max=(sum,array);
}
}
return max; }

But it has time complexity of O(n2)😅

|

@tuyenle8107

4 weeks ago

buddy we dont ask dynamic question anymore.

5 |

@kwicklaunch

4 weeks ago

or you could return the greater of even houses versus odd houses, no dynamic programming necessary.

1 |

Go To Top