KZ
bin
Негізгі бет
Қазірдің өзінде танымал
Тікелей эфир
Ұнаған бейнелер
Қайтадан қараңыз
Жазылымдар
Кіру
Тіркелу
Ең жақсы KZbin
Фильм және анимация
Автокөліктер мен көлік құралдары
Музыка
Үй жануарлары мен аңдар
Спорт
Ойындар
Комедия
Ойын-сауық
Тәжірибелік нұсқаулар және стиль
Ғылым және технология
GFG POTD: 03/09/2023 | Check if Tree is Isomorphic | Problem of the Day GeeksforGeeks
12:45
Find Duplicate Subtrees - Leetcode 652 - Python
14:33
😮 Прикол с динозавром пошёл не по плану! | Новостничок
00:16
What type of pedestrian are you?😄 #tiktok #elsarca
00:28
БАСКЕТБОЛИСТЫ ИГРАЮТ В НАСТОЛЬНЫЙ ТЕННИС #иванабрамов #дедищев #баскетбол #пингпонг #shorts
00:20
Twin Telepathy Challenge!
00:23
GFG POTD: 12/10/2023 | Duplicate Subtree in Binary Tree | Problem of the Day GeeksforGeeks
Рет қаралды 1,447
Facebook
Twitter
Жүктеу
1
Жазылу 74 М.
GeeksforGeeks Practice
Күн бұрын
Пікірлер: 4
@GeeksforGeeksPractice
Жыл бұрын
Solution Function Link: ide.geeksforgeeks.org/online-cpp-compiler/f478cf93-68c8-4518-9b1f-d4de3c73bfe2
@Zenetz-le4mq
4 ай бұрын
Bdhia bhai
@akhilesh_ku
3 ай бұрын
Use this method instead string solve(Node* root,unordered_map &mp){ if(root == NULL) return "N"; if(root->left == NULL && root->right == NULL){ string s = to_string(root->data); return s; } string s = to_string(root->data) + "," + solve(root->left,mp) + "," + solve(root->right,mp); mp[s]++; return s; } int dupSub(Node *root) { unordered_map mp; solve(root,mp); for(auto i:mp){ if(i.second > 1) return 1; } return 0; }
12:45
GFG POTD: 03/09/2023 | Check if Tree is Isomorphic | Problem of the Day GeeksforGeeks
GeeksforGeeks Practice
Рет қаралды 796
14:33
Find Duplicate Subtrees - Leetcode 652 - Python
NeetCodeIO
Рет қаралды 20 М.
00:16
😮 Прикол с динозавром пошёл не по плану! | Новостничок
НОВОСТНИЧОК
Рет қаралды 11 МЛН
00:28
What type of pedestrian are you?😄 #tiktok #elsarca
Elsa Arca
Рет қаралды 32 МЛН
00:20
БАСКЕТБОЛИСТЫ ИГРАЮТ В НАСТОЛЬНЫЙ ТЕННИС #иванабрамов #дедищев #баскетбол #пингпонг #shorts
Иван Абрамов
Рет қаралды 9 МЛН
00:23
Twin Telepathy Challenge!
Stokes Twins
Рет қаралды 94 МЛН
9:24
GFG POTD: 13/10/2023 | Floor in BST | Problem of the Day GeeksforGeeks
GeeksforGeeks Practice
Рет қаралды 220
2:52:43
Binary Trees Tutorial - Introduction + Traversals + Code | Binary Search Trees (BST)
Kunal Kushwaha
Рет қаралды 339 М.
7:14
Check if given strings are rotations of each other or not C++ || GFG Problem #ZlozieCode #code
Zlozie Code
Рет қаралды 224
34:58
Construct Binary Tree from String with Bracket Representation | Problem of The Day: 26/11/2022
GeeksforGeeks Practice
Рет қаралды 3,8 М.
14:44
POTD- 17/07/2024 | Construct Binary Tree from Parent Array | Problem of the Day | GeeksforGeeks
GeeksforGeeks Practice
Рет қаралды 734
51:08
2.6.3 Heap - Heap Sort - Heapify - Priority Queues
Abdul Bari
Рет қаралды 2,2 МЛН
36:45
Sliding Window Technique - Algorithmic Mental Models
Ryan Schachte
Рет қаралды 362 М.
14:11
Find Duplicate Subtrees (Leetcode - 652) - (GOOGLE) : Explanation ➕ Live Coding
codestorywithMIK
Рет қаралды 9 М.
13:28
Find LCA in a Binary tree | | Love Babbar DSA Sheet | GFG 🔥 | Amazon | FAANG| Placements| Important
Yogesh & Shailesh (CodeLibrary)
Рет қаралды 23 М.
43:30
GFG Weekly Coding Contest - 180 Post Analysis | GeeksforGeeks Practice
GeeksforGeeks Practice
Рет қаралды 898
00:16
😮 Прикол с динозавром пошёл не по плану! | Новостничок
НОВОСТНИЧОК
Рет қаралды 11 МЛН