Розмір відео: 1280 X 720853 X 480640 X 360
Показувати елементи керування програвачем
Автоматичне відтворення
Автоповтор
I watch your videos even if I can solve a problem on my own, just to solidify the idea in my head. Great content!
this means so much to me, thank you!
your explanation is absolutely amazing, thank u so much
I will surely refer your channel to all my collegiate friends...(CP programmers)
I will really appreciate it if you do!
keep it up my man
Thank you!
@@neatlystructured you're great at explaining man
Best Content Bro.....Thanks man for such amazing videos....Keep gooing....Best Wishes
Thank you very much !
bro great thanks for making these videos
In the last line, what is the use of ? symbol at INF? , what does this symbol do and why you used it here?
Which IDE do you use to code ?
I use Vim.
Why is this recursive code giving RE for some tc in CSES ??Plz help !ll miniCoins(ll idx, ll sum, vl &v, vector &dp){ ll sz = v.size(); if (idx == 0) { return sum % v[0] == 0 ? sum / v[0] : 1e8; } if (dp[idx][sum] != -1) { return dp[idx][sum]; } ll pk = 1e8; if (v[idx]
bhai iska pta chla tha ky??esa ku ho rha
changing paratemeters index aur sum hn to 2d dp bnegi , constraint dekho, n=100, sum=1e6, to dp[100][1e6] ki bnegi, lkin ye possible nhi h, 2d vector max 1e6 cells ka ho skta h
I watch your videos even if I can solve a problem on my own, just to solidify the idea in my head. Great content!
this means so much to me, thank you!
your explanation is absolutely amazing, thank u so much
I will surely refer your channel to all my collegiate friends...(CP programmers)
I will really appreciate it if you do!
keep it up my man
Thank you!
@@neatlystructured you're great at explaining man
Best Content Bro.....
Thanks man for such amazing videos....
Keep gooing....
Best Wishes
Thank you very much !
bro great thanks for making these videos
In the last line, what is the use of ? symbol at INF? , what does this symbol do and why you used it here?
Which IDE do you use to code ?
I use Vim.
Why is this recursive code giving RE for some tc in CSES ??
Plz help !
ll miniCoins(ll idx, ll sum, vl &v, vector &dp)
{
ll sz = v.size();
if (idx == 0)
{
return sum % v[0] == 0 ? sum / v[0] : 1e8;
}
if (dp[idx][sum] != -1)
{
return dp[idx][sum];
}
ll pk = 1e8;
if (v[idx]
bhai iska pta chla tha ky??
esa ku ho rha
changing paratemeters index aur sum hn to 2d dp bnegi , constraint dekho, n=100, sum=1e6, to dp[100][1e6] ki bnegi, lkin ye possible nhi h, 2d vector max 1e6 cells ka ho skta h