search trees

  Рет қаралды 59,252

NOC16 CS11

NOC16 CS11

Күн бұрын

Пікірлер: 15
@darshanadarkar8033
@darshanadarkar8033 3 жыл бұрын
10:46 there is one error for minval the if condition should be like self.left.value == None. Because if there is a value for node then there is a left and right nodes even, according to the code described for creating nodes. So, the only condition for checking if its a extreme left is to see self.left.value. Same thing goes for maxval.
@bishtman12
@bishtman12 3 жыл бұрын
Agree, another to do it could be: self.left.left == None, return self.left.value
@SidharthShambu
@SidharthShambu 6 жыл бұрын
How many really understood this?
@adityawadikar9326
@adityawadikar9326 4 жыл бұрын
True brother...
@saiprasad3403
@saiprasad3403 2 жыл бұрын
I didn't understand bro
@PG03TheGod
@PG03TheGod 2 жыл бұрын
Neh
@nikhilsrivastava2309
@nikhilsrivastava2309 5 жыл бұрын
the code had some errors this is the complete corrected code
@P_Narendra
@P_Narendra 10 ай бұрын
5:56
@shobhitchaturvedi4866
@shobhitchaturvedi4866 6 жыл бұрын
Excellent Presentation
@siddharth.chandani
@siddharth.chandani 2 жыл бұрын
17:52 WHY IN ELIF CONDITION WE ARE CHECKING ONLY self.left.isempty() ? WE SHOULD CHECK FOR self.right.isempty() ALSO IF ANYONE KNOW THIS PLEASE EXP.
@Someshsunariwal
@Someshsunariwal 5 жыл бұрын
def isempty(self): return self.value == None give me the AttributeError: 'Tree' object has no attribute 'value'
@shreekrishnapaithane9058
@shreekrishnapaithane9058 5 жыл бұрын
muze bhi aaya error same
@saulgoodman980
@saulgoodman980 4 жыл бұрын
you have to have a constructor
sets, stacks, queues
18:20
NOC16 CS11
Рет қаралды 70 М.
wrap-up, python vs other languages
27:37
NOC16 CS11
Рет қаралды 38 М.
Каха и дочка
00:28
К-Media
Рет қаралды 3,4 МЛН
Try this prank with your friends 😂 @karina-kola
00:18
Andrey Grechka
Рет қаралды 9 МЛН
list comprehension
18:12
NOC16 CS11
Рет қаралды 73 М.
grid paths
18:33
NOC16 CS11
Рет қаралды 42 М.
quicksort
14:40
NOC16 CS11
Рет қаралды 76 М.
longest common subsequence
24:25
NOC16 CS11
Рет қаралды 43 М.
tuples and dictionaries
15:56
NOC16 CS11
Рет қаралды 91 М.
string functions
16:32
NOC16 CS11
Рет қаралды 61 М.
handling files
23:33
NOC16 CS11
Рет қаралды 72 М.
backtracking, n queens
35:51
NOC16 CS11
Рет қаралды 95 М.
priority queues and heaps
21:27
NOC16 CS11
Рет қаралды 69 М.
function definitions
12:24
NOC16 CS11
Рет қаралды 67 М.