KZ
bin
Негізгі бет
Қазірдің өзінде танымал
Тікелей эфир
Ұнаған бейнелер
Қайтадан қараңыз
Жазылымдар
Кіру
Тіркелу
Ең жақсы KZbin
Фильм және анимация
Автокөліктер мен көлік құралдары
Музыка
Үй жануарлары мен аңдар
Спорт
Ойындар
Комедия
Ойын-сауық
Тәжірибелік нұсқаулар және стиль
Ғылым және технология
1061. Lexicographically Smallest Equivalent String | LeetCode | C++
13:09
Number of Good Paths - Leetcode 2421 - Python
25:13
小路飞还不知道他把路飞给擦没有了 #路飞#海贼王
00:32
А я думаю что за звук такой знакомый? 😂😂😂
00:15
Побег из Тюрьмы : Тетрис помог Nuggets Gegagedigedagedago сбежать от Nikocado Avocado !
00:18
The Singing Challenge #joker #Harriet Quinn
00:35
2421. Number of Good Paths | LeetCode | C++
Рет қаралды 1,477
Facebook
Twitter
Жүктеу
1
Жазылу 2,4 М.
DeepCodes
Күн бұрын
Пікірлер: 5
@deepcodes
Жыл бұрын
class DSU { public: vectorrank; vectorparent; DSU(int n) { rank.resize(n); parent.resize(n); for (int i = 0; i < n; i++) { rank[i] = 0; parent[i] = i; } } int findParent(int x) { if (x == parent[x]) { return x; } return parent[x] = findParent(parent[x]); } void makeUnion(int x, int y) { int p1 = findParent(x), p2 = findParent(y); if (p1 != p2) { if (rank[p1] > rank[p2]) { parent[p2] = p1; rank[p1] += rank[p2]; } else { parent[p1] = p2; rank[p2] += rank[p1]; } } } };
@arghyadas4138
Жыл бұрын
21:40 Yes I used both DFS and BFS but I got TLE
@xd9050
Жыл бұрын
pls send the code , if it is in c++ :)
@sadikulhaquesadi6003
Жыл бұрын
@ 13.40 how it became 3 is not clear..
@deepcodes
Жыл бұрын
Frequency is 2, so applying the formula n*(n+1)/2 for n=2 will result in 3.
13:09
1061. Lexicographically Smallest Equivalent String | LeetCode | C++
DeepCodes
Рет қаралды 1 М.
25:13
Number of Good Paths - Leetcode 2421 - Python
NeetCodeIO
Рет қаралды 13 М.
00:32
小路飞还不知道他把路飞给擦没有了 #路飞#海贼王
路飞与唐舞桐
Рет қаралды 88 МЛН
00:15
А я думаю что за звук такой знакомый? 😂😂😂
Денис Кукояка
Рет қаралды 3,3 МЛН
00:18
Побег из Тюрьмы : Тетрис помог Nuggets Gegagedigedagedago сбежать от Nikocado Avocado !
Фани Хани
Рет қаралды 1,5 МЛН
00:35
The Singing Challenge #joker #Harriet Quinn
佐助与鸣人
Рет қаралды 45 МЛН
22:49
1569. Number of Ways to Reorder Array to Get Same BST | Recursion | DFS | LeetCode Daily Challenge
DeepCodes
Рет қаралды 3 М.
18:03
How I would learn Leetcode if I could start over
NeetCodeIO
Рет қаралды 688 М.
15:46
How I Mastered Data Structures and Algorithms in 8 Weeks
Aman Manazir
Рет қаралды 95 М.
8:03
How to STUDY so FAST it feels like CHEATING
The Angry Explainer
Рет қаралды 1,8 МЛН
35:16
787. Cheapest Flights Within K Stops | Dijkstras | BFS | Complete Internal Working
Aryan Mittal
Рет қаралды 3,6 М.
20:34
2448. Minimum Cost to Make Array Equal | Binary Search | Median | LeetCode Daily Challenge
DeepCodes
Рет қаралды 1,4 М.
16:37
2328. Number of Increasing Paths in a Grid | Recursion | LeetCode Daily Challenge
DeepCodes
Рет қаралды 1 М.
25:31
How I Approach a New Leetcode Problem (live problem solving)
NeetCodeIO
Рет қаралды 117 М.
29:21
2421. Number of Good Paths - Day 15/31 Leetcode January Challenge
Programming Live with Larry
Рет қаралды 754
44:27
Number of Good Paths | GOOGLE | DSU | Explanation ➕ Live Coding
codestorywithMIK
Рет қаралды 5 М.
00:32
小路飞还不知道他把路飞给擦没有了 #路飞#海贼王
路飞与唐舞桐
Рет қаралды 88 МЛН