Number of Binary Search Trees possible with 'n' nodes(KEYS)

  Рет қаралды 23,708

Vivekanand Khyade - Algorithm Every Day

Vivekanand Khyade - Algorithm Every Day

Күн бұрын

Пікірлер: 44
@harshilsoni859
@harshilsoni859 4 жыл бұрын
NO words for your explanation and your Algorithms !! JUST AWESOME.. keep it up !!!
@SohilLadhani
@SohilLadhani 4 жыл бұрын
Great explanation, as always. Also, if n==0, it is a null tree. So there is only 1 way to to represent a BST having no nodes and that is a null tree. Hence, N[0] = 1
@shivangikushwaha941
@shivangikushwaha941 4 жыл бұрын
Thank u so much sir .....now my doubt is clear .....there is the great explanation .....👍
@ajaykhaple6853
@ajaykhaple6853 5 жыл бұрын
Deriving formula & converting it into coding part are awesome. The best diagramatic representation for visualization. Looking for more such videos . Thanks a lot...
@quangle9049
@quangle9049 7 жыл бұрын
Thanks Vivekanand for the clear and step-by-step explanation. Keep doing your great work!
@ananthanarayanan1513
@ananthanarayanan1513 5 жыл бұрын
Amazing explaination...doing a remarkable job by explaining complex things very simply which could take hours if we are to understand ourselves... pls do more videos...
@abhishekjaiswal6492
@abhishekjaiswal6492 3 жыл бұрын
great explanation sir, i don't think that there is any video on youtube like this...
@Jugal214
@Jugal214 3 жыл бұрын
Welcome
@aasdffew
@aasdffew 4 жыл бұрын
Thanks a lot Vivekanand, very nice explanation and analysis
@nusratfatma
@nusratfatma Жыл бұрын
This was a very good explanation.
@vinayak186f3
@vinayak186f3 4 жыл бұрын
Zabardast 🔥🔥🔥🔥
@arsrivaszaredan8217
@arsrivaszaredan8217 4 жыл бұрын
this is the best explanation!!! thanks very much
@swasthafoods
@swasthafoods 2 жыл бұрын
Very good explanation
@raj-nq8ke
@raj-nq8ke 3 жыл бұрын
GREAT SOLUTION BRO.
@diptimayeeroypitam6653
@diptimayeeroypitam6653 3 жыл бұрын
What will be of 15,18
@stephenfernandes02oct
@stephenfernandes02oct 4 жыл бұрын
The video explanation is one of the best. Thanks. Is there an video for Count the Number of Binary Search Trees present in a Binary Tree
@abhishektalukder5326
@abhishektalukder5326 4 жыл бұрын
Thanks for this awesome explanation.
@monis_cookhouse
@monis_cookhouse 3 жыл бұрын
Ur amazing🤩
@ankanmukherjee873
@ankanmukherjee873 5 жыл бұрын
Great work sir..!!
@jeanleconte3998
@jeanleconte3998 6 жыл бұрын
Amazing!! Thank you so much!!
@praveenchouhan6388
@praveenchouhan6388 4 жыл бұрын
excellent work, thanks a lot.
@AlokKumar-jh8wp
@AlokKumar-jh8wp 4 жыл бұрын
Thank you sir for the explanation:)
@AnkitSingh-ut7et
@AnkitSingh-ut7et 6 жыл бұрын
i think the direct formula is 2nCn / (n+1)
@swantanbarua9327
@swantanbarua9327 5 жыл бұрын
what is C here?
@manishsakariya4595
@manishsakariya4595 4 жыл бұрын
@@swantanbarua9327 search for catalan numbers. And C is symbol for combination. 2n!/n!*n!*(n+1)
@devendrapandey4557
@devendrapandey4557 4 жыл бұрын
Dont mug up the formula.
@sandeepKumar-hc1co
@sandeepKumar-hc1co 6 жыл бұрын
thank u so much sir, thanks for your great work sir.
@abhishekranjan1094
@abhishekranjan1094 3 жыл бұрын
Awesome 🔥
@rajeshbammidy180
@rajeshbammidy180 5 жыл бұрын
Thanks for the explanation, but we can simply find the solution by using the Catalan number formula
@Piyushsantwani
@Piyushsantwani 5 жыл бұрын
He diagramatically showed why the catalan number formula works for this problem.
@hsandeep007
@hsandeep007 5 жыл бұрын
Thank you so much
@abhishekkarn8918
@abhishekkarn8918 6 жыл бұрын
You are awesome!
@RAJEEV_NITIAN_007
@RAJEEV_NITIAN_007 5 жыл бұрын
For 0 key 1 bst possible. Using catalan number.
@ahmedouyahya
@ahmedouyahya 4 жыл бұрын
Awesome!!
@vm1662
@vm1662 4 жыл бұрын
Thanks a lot! Great video! Does anyone know how to find all the 'insertion list' if a binary tree is given?
@pymondo1147
@pymondo1147 6 жыл бұрын
Thank you :)
@SahilJSawant
@SahilJSawant 6 жыл бұрын
thanks sir.
@yyiiggaall
@yyiiggaall 5 жыл бұрын
Someone have any idia how to calculate this with option of 2 or more instaces of any key (or one)?
@abhrajyotikirtania2275
@abhrajyotikirtania2275 6 жыл бұрын
Nice!
@martin77778
@martin77778 5 жыл бұрын
great
@karthiknair3077
@karthiknair3077 7 жыл бұрын
Catalan number problem.....
@shubhamsunny6024
@shubhamsunny6024 5 жыл бұрын
2 to the power n - n ....simple
@ishan_kumar
@ishan_kumar 5 жыл бұрын
Abey ganja pee liye ho kya ? For n =5 , answer is 42.
Threaded Binary Tree (TBT) IN Data Structure Explaination
19:17
Vivekanand Khyade - Algorithm Every Day
Рет қаралды 204 М.
Players vs Pitch 🤯
00:26
LE FOOT EN VIDÉO
Рет қаралды 137 МЛН
When Cucumbers Meet PVC Pipe The Results Are Wild! 🤭
00:44
Crafty Buddy
Рет қаралды 60 МЛН
INORDER SUCCESSOR in binary search tree[CODE Explained]
21:17
Vivekanand Khyade - Algorithm Every Day
Рет қаралды 45 М.
INORDER PREDECESSOR in Binary Search Tree
22:51
Vivekanand Khyade - Algorithm Every Day
Рет қаралды 42 М.
Data structures: Binary Tree
16:17
mycodeschool
Рет қаралды 1,4 МЛН
How to STUDY so FAST it feels like CHEATING
8:03
The Angry Explainer
Рет қаралды 1,8 МЛН
Meditation Is Easier Than You Think
2:41
Yongey Mingyur Rinpoche
Рет қаралды 6 МЛН
Diameter of a Binary Tree (Code/ Algorithm)
17:15
Vivekanand Khyade - Algorithm Every Day
Рет қаралды 94 М.
Lowest common ancestor of two nodes in Binary Tree Algorithm
13:49
Vivekanand Khyade - Algorithm Every Day
Рет қаралды 57 М.
Binary search tree - Implementation in C/C++
18:36
mycodeschool
Рет қаралды 1,3 МЛН
Data structures: Binary Search Tree
19:28
mycodeschool
Рет қаралды 1,3 МЛН
Players vs Pitch 🤯
00:26
LE FOOT EN VIDÉO
Рет қаралды 137 МЛН