POTD- 01/12/2023 | Check whether BST contains Dead End | Problem of the Day | GeeksforGeeks

  Рет қаралды 664

GeeksforGeeks Practice

GeeksforGeeks Practice

Күн бұрын

Пікірлер: 2
@GeeksforGeeksPractice
@GeeksforGeeksPractice Жыл бұрын
Problem Solution Link 🔗: ide.geeksforgeeks.org/online-cpp-compiler/12ee2485-7dbc-4480-a359-fd0797b660e6
@prateekbhaisora
@prateekbhaisora Жыл бұрын
Another Alternative approach using ranges: class Solution{ public: bool solve(Node *root, int low, int high) { int val = root->data; if (!root->left && !root->right) { bool l = low > 0 && low 0 && val+1 left) l = solve(root->left, low, val-1); if (root->right) r = solve(root->right, val+1, high); return l || r; } bool isDeadEnd(Node *root) { return solve(root, 1, 10001); } // TC = O(n) SC = O(n) };
This Game Is Wild...
00:19
MrBeast
Рет қаралды 186 МЛН
I thought one thing and the truth is something else 😂
00:34
عائلة ابو رعد Abo Raad family
Рет қаралды 9 МЛН
快乐总是短暂的!😂 #搞笑夫妻 #爱美食爱生活 #搞笑达人
00:14
朱大帅and依美姐
Рет қаралды 13 МЛН
БУ, ИСПУГАЛСЯ?? #shorts
00:22
Паша Осадчий
Рет қаралды 3 МЛН
POTD- 05/12/2023 | Minimize the Heights II | Problem of the Day | GeeksforGeeks
29:19
⚡️NEWS | RUBLE COLLAPSE | STRIKE ON CRIMEA | PUTIN IN KAZAKHSTAN
10:34
Ходорковский LIVE
Рет қаралды 192 М.
6. Binary Trees, Part 1
50:59
MIT OpenCourseWare
Рет қаралды 159 М.
6.b) Check for dead end in bst || Binary Search Tree || Data Structure
10:21
Kashish Mehndiratta
Рет қаралды 4,9 М.
GFG Weekly Coding Contest - 181 Post Analysis | GeeksforGeeks Practice
1:18:03
GeeksforGeeks Practice
Рет қаралды 305
Premature Optimization
12:39
CodeAesthetic
Рет қаралды 836 М.
This Game Is Wild...
00:19
MrBeast
Рет қаралды 186 МЛН