Part 13 | Binary Search Tree Problems in Malayalam | Data Structure Challenge

  Рет қаралды 17,531

Brototype Malayalam

Brototype Malayalam

Күн бұрын

Пікірлер: 65
@mobtech6738
@mobtech6738 3 жыл бұрын
Wish u all the best bro nice effort for such a good youtube channel wish u for a great startup
@BrototypeMalayalam
@BrototypeMalayalam 3 жыл бұрын
thank you so much ♥️
@animebuddy3640
@animebuddy3640 3 жыл бұрын
Nikhil sir is better...sir nte class pettann understand cheyyan pattunnond..bakki ullavarkk ellam ariyam but presenting angott pettann manasilavunna reethiyil allaa🥲
@BrototypeMalayalam
@BrototypeMalayalam 3 жыл бұрын
Okay, noted 👍🏼
@fadhilsaheer8877
@fadhilsaheer8877 3 жыл бұрын
Ennum ingane akshamarayi wait cheyyano sir..... 😅
@bijin800
@bijin800 3 жыл бұрын
"Is wix and wordpress killing web developers ? " എന്ന topic ൽ ഒരു video ചെയ്യാമോ !!! Google ൽ ഒരുപാട് article വായിച്ചു നോക്കി. പക്ഷേ കൃത്യമായൊരു answer കിട്ടിയില്ല.
@BrototypeMalayalam
@BrototypeMalayalam 3 жыл бұрын
good suggestion 👍🏼 let us think 💭 about it
@santhoshkumar7816
@santhoshkumar7816 3 жыл бұрын
Ithinthe koode side ayitt vere technologies video koodi start cheythude like angular,react,laravel
@BrototypeMalayalam
@BrototypeMalayalam 3 жыл бұрын
yeah! we already done few and going to do many more! you can know more about it by watching below video 👇🏼 kzbin.info/www/bejne/eIO6c6mHrdCferc
@santhoshkumar7816
@santhoshkumar7816 3 жыл бұрын
@@BrototypeMalayalam ok thanks...I'm waiting😜
@sidharthsudheer2104
@sidharthsudheer2104 3 жыл бұрын
Imagine getting pinned by Crossroads 😍😍💫💫💫❤️❤️❤️
@adharshm6808
@adharshm6808 3 жыл бұрын
I guess you can do a video on CP(Competitive Programming).
@BrototypeMalayalam
@BrototypeMalayalam 3 жыл бұрын
let us think about it 💪🏼
@affanmohammed4255
@affanmohammed4255 Жыл бұрын
Thalaivaa, ningalaaa
@richard_shaju
@richard_shaju Жыл бұрын
I think this is easier: public void remove(int data) { removeHelper(data, root); } public Node removeHelper(int data, Node root) { if (data < root.data) { root.left = removeHelper(data, root.left); } else if (data > root.data) { root.right = removeHelper(data, root.right); } else { if (root.right == null && root.left == null) { return null; } else if (root.left == null) { return root.right; } else if (root.right == null) { return root.left; } else { Node MinValue = getMinValue(root.right); root.data = MinValue.data; root.right = removeHelper(root.data,root.right); } } return root; }
@shounjacob8061
@shounjacob8061 11 ай бұрын
sir can u do these explanation in c programming. it would be really helpfull
@BrototypeMalayalam
@BrototypeMalayalam 11 ай бұрын
logic manassilaakiyal mathi eth languagelum cheyyaam
@fahadtt3950
@fahadtt3950 11 ай бұрын
kzbin.info/www/bejne/bKfXZIN8h6hkZ6cfeature=shared (clear explanation using c programming)
@ajalramesh3873
@ajalramesh3873 3 жыл бұрын
Django , web development start chyavoo?? Bzs python almost crossroad nte help oru koodi padichu..ini django waitng
@BrototypeMalayalam
@BrototypeMalayalam 3 жыл бұрын
yeah! let us finish Data Structure Challenge first ✌🏼 ennit nammlk cheyyam 💪🏼
@ajnashibnumer8586
@ajnashibnumer8586 3 жыл бұрын
Exam ayathukond ippoyum data structure thudaghatha njan 😌😌
@BrototypeMalayalam
@BrototypeMalayalam 3 жыл бұрын
കൊള്ളാം! നല്ലതേ വരൂ 😅
@ajnashibnumer8586
@ajnashibnumer8586 3 жыл бұрын
@@BrototypeMalayalam 😁😁
@abduraheema.s553
@abduraheema.s553 3 жыл бұрын
CAN I GET YOUR NO PLZZ
@ashwinthomas1
@ashwinthomas1 3 жыл бұрын
Hello. I was wondering if you had any videos showing automation using visual studio and c# language. I couldn't find it. If you could provide me with such a video, it would be highly appreciated Automation as in testing web pages
@BrototypeMalayalam
@BrototypeMalayalam 3 жыл бұрын
we didn't do any of these videos yet, but we are planned to do them in future 👍🏼
@shamseerpv8647
@shamseerpv8647 3 жыл бұрын
Android studio , fuleter ഇവ windows 10 ആണോ ? Ubandu വിലാണോ ? ഉപയോഗിക്കാൻ നല്ലത്
@BrototypeMalayalam
@BrototypeMalayalam 3 жыл бұрын
you can use in both Windows and Ubuntu! RAM okke kuravanenki Ubuntu’le aan better ✌🏼
@shamseerpv8647
@shamseerpv8647 3 жыл бұрын
8gb ram und എതാണ് എളുപ്പം speed and emulator work in Ubuntu or windows
@digitalmachine0101
@digitalmachine0101 2 жыл бұрын
Super tree
@TechTravelwithSree
@TechTravelwithSree 3 жыл бұрын
Freshers engane resume il content present cheyananu video cheyumo software field il job kitan.
@BrototypeMalayalam
@BrototypeMalayalam 3 жыл бұрын
you can watch this video for better understanding👇🏼 kzbin.info/www/bejne/qYqzhp16iq9oaK8
@shamseerpc8393
@shamseerpc8393 3 жыл бұрын
Django Epo thudangum.... Vekam thudangu.... Plzz reply??
@BrototypeMalayalam
@BrototypeMalayalam 3 жыл бұрын
aadyam ee data structure series kazhiyatte, ennit namuk cheyyam 👍🏼
@athulmathew377
@athulmathew377 3 жыл бұрын
Sir i5 third generation 8gb ram lapil app developing pattumo
@BrototypeMalayalam
@BrototypeMalayalam 3 жыл бұрын
cheyyam but android studio use cheyyan okke aanenki, korch slow aayirikum!
@hishamahammmedkm1936
@hishamahammmedkm1936 3 жыл бұрын
Thanks
@BrototypeMalayalam
@BrototypeMalayalam 3 жыл бұрын
♥️
@afnan011
@afnan011 3 жыл бұрын
Sir android development class edukkamo?
@BrototypeMalayalam
@BrototypeMalayalam 3 жыл бұрын
yeah! we are planned to do a tutorial series 👍🏼
@afnan011
@afnan011 3 жыл бұрын
@@BrototypeMalayalamI'm eagerly waiting for your class💯
@Darko1-v4x
@Darko1-v4x 3 жыл бұрын
Sir njn +2 padekuvannu +2 kazhinjattu anek cyber security padekanam ond which is best institute
@BrototypeMalayalam
@BrototypeMalayalam 3 жыл бұрын
aha! then you can join SPS and make a career in Cyber Security! 👍🏼 you can know more about it by visiting spsonline.in
@Darko1-v4x
@Darko1-v4x 3 жыл бұрын
@@BrototypeMalayalam sir IAM a begginer ihave only a bigginner knowledge can I .......
@BrototypeMalayalam
@BrototypeMalayalam 3 жыл бұрын
yeah! first nee basics okke padich edk ennal 👍🏼 basics nink Crossroads 100k Coding Challenge kand padich edukkam, nee start cheyye... link thazhe kodukkam 💪🏼 kzbin.info/aero/PLY-ecO2csVHeKaBI7lAM1jbIPU8K6fUxY
@JJ-Dynamiteo
@JJ-Dynamiteo 3 жыл бұрын
Add gpt-3 related video
@whitev630
@whitev630 3 жыл бұрын
Hosting video elee 🤔🤔🤔
@BrototypeMalayalam
@BrototypeMalayalam 3 жыл бұрын
yeah! its on the way 🔥
@anusreevinod4938
@anusreevinod4938 3 жыл бұрын
Django tutorial ile
@BrototypeMalayalam
@BrototypeMalayalam 3 жыл бұрын
yeah! we are planned to do it ✌🏼
@riyaroy7332
@riyaroy7332 3 жыл бұрын
@@BrototypeMalayalam Eagerly waiting.......
@amaltk1520
@amaltk1520 3 жыл бұрын
// linked list reversing reverse () { this.reverseHelper(this.head) o(1) } reverseHelper (node) { if (node == null) return; this.reverseHelper(node.next) // o(n) TS console.log(node.data); }
@amjad.koorithodi3645
@amjad.koorithodi3645 3 жыл бұрын
how to start to study ethical hacking?
@BrototypeMalayalam
@BrototypeMalayalam 3 жыл бұрын
First you need to learn from the basics itself, for that you should cover our 100k coding challenge. After finishing it, connect us and we will guide you 👍🏼
@amjad.koorithodi3645
@amjad.koorithodi3645 3 жыл бұрын
@@BrototypeMalayalam ok
@uvvaishnav1998
@uvvaishnav1998 3 жыл бұрын
Adutha video apozhane?
@BrototypeMalayalam
@BrototypeMalayalam 3 жыл бұрын
ഉടനെ ഉണ്ടാവും 🔥
@hishamahammmedkm1936
@hishamahammmedkm1936 3 жыл бұрын
sir theme White is comfortable
@BrototypeMalayalam
@BrototypeMalayalam 3 жыл бұрын
okay 🙌🏼
@megamer3256
@megamer3256 3 жыл бұрын
NEXT android kotlin CHEYAMO
@BrototypeMalayalam
@BrototypeMalayalam 3 жыл бұрын
yeah! we have a plan to do Kotlin Android in 2021 itself
@abdulbasid6062
@abdulbasid6062 Жыл бұрын
@@BrototypeMalayalam vannilla 😌
@mukeshm4042
@mukeshm4042 3 жыл бұрын
😍😍😍
@abhinava.t8881
@abhinava.t8881 3 жыл бұрын
Wishing script (WhatsApp viral script) ഇത് എങ്ങനെ ഉണ്ടാകുക ഒരു വീഡിയോ ചെയുവോ Please AdSense Connect ചെയ്ത എങ്ങനെ Website പൈസ ഉണ്ടാകുക Waiting for the video Crossroads uyir😍🥰
Part 14 | Heap in Malayalam | Data Structure Challenge
27:39
Brototype Malayalam
Рет қаралды 16 М.
Я сделала самое маленькое в мире мороженое!
00:43
ЗНАЛИ? ТОЛЬКО ОАЭ 🤫
00:13
Сам себе сушист
Рет қаралды 3,1 МЛН
Smart Sigma Kid #funny #sigma
00:14
CRAZY GREAPA
Рет қаралды 81 МЛН
Osman Kalyoncu Sonu Üzücü Saddest Videos Dream Engine 262 #shorts
00:20
Tree Data Structure using Python
26:59
Coding Cart
Рет қаралды 70 М.
Part 17 | Graph in Malayalam | Data Structure Challenge
1:05:39
Brototype Malayalam
Рет қаралды 12 М.
18 Year Old Earns 15 Lakh as a Developer After +2..! 😱
48:55
Brototype Malayalam
Рет қаралды 44 М.
Recursion Explained in Malayalam
16:50
Brototype Malayalam
Рет қаралды 34 М.
Part 15 | Construction of Heap in Malayalam | Data Structure Challenge
42:24
Brototype Malayalam
Рет қаралды 10 М.
Binary Trees - Data Structures Explained
10:18
Aaron Jack
Рет қаралды 133 М.
Part 12 | Tree in Malayalam | Data Structure Challenge
1:07:21
Brototype Malayalam
Рет қаралды 21 М.
Я сделала самое маленькое в мире мороженое!
00:43