KZ
bin
Негізгі бет
Қазірдің өзінде танымал
Тікелей эфир
Ұнаған бейнелер
Қайтадан қараңыз
Жазылымдар
Кіру
Тіркелу
Ең жақсы KZbin
Фильм және анимация
Автокөліктер мен көлік құралдары
Музыка
Үй жануарлары мен аңдар
Спорт
Ойындар
Комедия
Ойын-сауық
Тәжірибелік нұсқаулар және стиль
Ғылым және технология
one year of studying (it was a mistake)
12:51
LeetCode Was Hard Until I Learned THESE 8 Patterns (With Templates!)
21:06
UFC 310 : Рахмонов VS Мачадо Гэрри
05:00
Enceinte et en Bazard: Les Chroniques du Nettoyage ! 🚽✨
00:21
Sigma Kid Mistake #funny #sigma
00:17
When you lose control of your Waboba Moon Ball. @TheWabobaTeam #wabobapartner
00:42
Daily Leetcode Challenge | DEC 20 | Reverse Odd Levels of Binary Tree
Рет қаралды 31
Facebook
Twitter
Жүктеу
1
Жазылу 1,5 М.
Let us code
Күн бұрын
Пікірлер: 2
@darshankumar5546
29 күн бұрын
from collections import defaultdict class Solution: def reverseOddLevels(self, root: Optional[TreeNode]) -> Optional[TreeNode]: levelEle=defaultdict(list) def dfs(root,level=0): if(root==None): return if(level%2==1): levelEle[level].append(root.val) dfs(root.left,level+1) dfs(root.right,level+1) dfs(root) #print(levelEle) def dfs2(root,level=0): if(root==None): return if(level%2==1): root.val=levelEle[level].pop() dfs2(root.left,level+1) dfs2(root.right,level+1) dfs2(root) return root
@darshankumar5546
29 күн бұрын
Hindi Explanation: kzbin.info/www/bejne/d3K8q3yjfN-aa8U
12:51
one year of studying (it was a mistake)
Jeffrey Codes
Рет қаралды 193 М.
21:06
LeetCode Was Hard Until I Learned THESE 8 Patterns (With Templates!)
AlgoMonster
Рет қаралды 172 М.
05:00
UFC 310 : Рахмонов VS Мачадо Гэрри
Setanta Sports UFC
Рет қаралды 1,2 МЛН
00:21
Enceinte et en Bazard: Les Chroniques du Nettoyage ! 🚽✨
Two More French
Рет қаралды 42 МЛН
00:17
Sigma Kid Mistake #funny #sigma
CRAZY GREAPA
Рет қаралды 30 МЛН
00:42
When you lose control of your Waboba Moon Ball. @TheWabobaTeam #wabobapartner
Daniel LaBelle
Рет қаралды 150 МЛН
35:47
Open Source Friday: Inside Replicate's Journey with Founding Designer Zeke
GitHub
Рет қаралды 726
21:27
Daily Leetcode Challenge | JAN 6 | Java+py | Number of Operations to Move All Balls to Each Box
Let us code
Рет қаралды 176
22:44
HashMaps & Dictionaries, Explained Simply
Nic Barker
Рет қаралды 12 М.
13:03
Reverse Odd Levels of Binary Tree | Leetcode
Ethos Typos
Рет қаралды 129
20:08
Fast Inverse Square Root - A Quake III Algorithm
Nemean
Рет қаралды 5 МЛН
21:27
5 Simple Steps for Solving Dynamic Programming Problems
Reducible
Рет қаралды 1,1 МЛН
17:02
Как наука победила религию
IFK
Рет қаралды 135 М.
18:56
Implement Trie (Prefix Tree) - Leetcode 208
NeetCode
Рет қаралды 223 М.
14:06
BachGPT is back: Can AI Compose Like the Greatest Musician of All Time?
Nobody & The Computer
Рет қаралды 30 М.
25:31
Weekly Contest 432 | Q2 | Medium | Maximum Amount of Money Robot Can Earn
Let us code
Рет қаралды 78
05:00
UFC 310 : Рахмонов VS Мачадо Гэрри
Setanta Sports UFC
Рет қаралды 1,2 МЛН