Data Structures Using C 98 Binary Search tree Insertion and find max min Basics

preview_player
Показать описание
These videos are helpful for the following Examinations - GATE Computer Science, GATE Electronics and Communication, NTA UGC NET Computer Science & Applications, ISRO, DRDO, NIELIT, Placement Preparation, etc.

#Call_9821876104 #GATE #NTAUGCNET
Рекомендации по теме
Комментарии
Автор

In your binary search program u worte in else part that root->left instead of root->right and root->right instead of it's an excellent video

IshikaTasnim
Автор

Replace if(root->data<info) by if(root->data>info)

nileshsingh
Автор

write the else block data in if block and vice versa

sandeepkumarojha
Автор

please make it correct ..in the nested else part of insert function instead of (root->left, info) it should be (root->right, info) and in another else part instead of (root->right, info) it should be (root->left, info)....

amitkumarkarn
Автор

Pls check the program in the progaram something is wrong.

jagathyadav
visit shbcf.ru