KZ
bin
Негізгі бет
Қазірдің өзінде танымал
Тікелей эфир
Ұнаған бейнелер
Қайтадан қараңыз
Жазылымдар
Кіру
Тіркелу
Ең жақсы KZbin
Фильм және анимация
Автокөліктер мен көлік құралдары
Музыка
Үй жануарлары мен аңдар
Спорт
Ойындар
Комедия
Ойын-сауық
Тәжірибелік нұсқаулар және стиль
Ғылым және технология
3203. Find Minimum Diameter After Merging Two Trees | Leetcode Daily Challenge | Problem of the day
24:23
Longest Common Subsequence - Dynamic Programming - Leetcode 1143
18:25
coco在求救? #小丑 #天使 #shorts
00:29
Что будет если украсть в магазине шоколадку 🍫
00:39
Қарғалардың анасы бар ма? | 1 серия | Сериал «QARGA 2» | КОНКУРС
41:02
My scorpion was taken away from me 😢
00:55
494. Target Sum | Leetcode Daily Challenge
Рет қаралды 190
Facebook
Twitter
Жүктеу
1
Жазылу 924
Ethos Typos
Күн бұрын
Пікірлер: 2
@touhidiutcse
20 күн бұрын
Thanks so much for covering recursive approach alongside optimizing it by memoization & dynamic programming, Wow!
@newbie6449
20 күн бұрын
my recusive solution class Solution { int tryAllWays(int index,int &cnt,vector& nums,int sum,int target) { if(index==nums.size()) { if(sum==target) { cnt+=1; return cnt; } return cnt; } // sum+=nums[index]; tryAllWays(index+1,cnt,nums,sum+nums[index],target); tryAllWays(index+1,cnt,nums,sum-nums[index],target); return cnt; } public: int findTargetSumWays(vector& nums, int target) { ios_base::sync_with_stdio(false); cin.tie(nullptr); cout.tie(nullptr); int cnt=0; return tryAllWays(0,cnt,nums,0,target); } };
24:23
3203. Find Minimum Diameter After Merging Two Trees | Leetcode Daily Challenge | Problem of the day
Ethos Typos
Рет қаралды 214
18:25
Longest Common Subsequence - Dynamic Programming - Leetcode 1143
NeetCode
Рет қаралды 296 М.
00:29
coco在求救? #小丑 #天使 #shorts
好人小丑
Рет қаралды 120 МЛН
00:39
Что будет если украсть в магазине шоколадку 🍫
Miracle
Рет қаралды 3,2 МЛН
41:02
Қарғалардың анасы бар ма? | 1 серия | Сериал «QARGA 2» | КОНКУРС
OMIR
Рет қаралды 1,4 МЛН
00:55
My scorpion was taken away from me 😢
TyphoonFast 5
Рет қаралды 2,7 МЛН
16:31
How a Blind Mathematician Became the World's Greatest
Newsthink
Рет қаралды 157 М.
19:41
Mastering Dynamic Programming - How to solve any interview problem (Part 1)
Tech With Nikola
Рет қаралды 805 М.
17:47
Target Sum (LeetCode 494) | Full solution step by step | Dynamic Programming
Nikhil Lohia
Рет қаралды 2,6 М.
19:52
Rust Functions Are Weird (But Be Glad)
Logan Smith
Рет қаралды 147 М.
13:00
LeetCode was HARD until I Learned these 15 Patterns
Ashish Pratap Singh
Рет қаралды 733 М.
17:21
983. Minimum Cost For Tickets | Leetcode Daily Challenge
Ethos Typos
Рет қаралды 173
30:13
689. Maximum Sum of 3 Non Overlapping Subarrays | Leetcode Daily Challenge
Ethos Typos
Рет қаралды 241
30:08
Making an Algorithm Faster
NeetCodeIO
Рет қаралды 196 М.
12:26
Cédric Villani on Joseph Fourier’s ‘mathematical poem’ • RFI English
RFI English
Рет қаралды 33 М.
12:37
How to Solve ANY LeetCode Problem (Step-by-Step)
Codebagel
Рет қаралды 341 М.
00:29
coco在求救? #小丑 #天使 #shorts
好人小丑
Рет қаралды 120 МЛН