Trie Data Structure | Java DSA Course

preview_player
Показать описание

Are you worried about placements/internships? Join ALPHA.
--------------------
-----------------

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

Hi everyone, hope you enjoy the lecture❤️
Small Edit : from 8:10 to 13:27 there is a small mistake where the time complexity is written as O(logn), instead it is O(L). This is also further explained in the lecture.

ApnaCollegeOfficial
Автор

instead of writing a function for counting num of nodes
you can simply create a static int count and increment it whenever the constructor in node class is called <3

atharvapajgade
Автор

Very nicely, you have explain it. Thanks a lot to You and Your Team.
Just want to revise the DSA after 18 yrs. and it is very helpful.

arundhwajiiith
Автор

better version of serch function :
public static boolean search(String key) {
Node root = mainRoot;
for (int i = 0; i < key.length(); i++) {
int index = key.charAt(i) - 'a';
if (root.chilNodes[index] == null) {
return false;
}
root = root.chilNodes[index];
}
return root.eow;
}

anumau
Автор

Hello Aman Bhaiya,
There are few more concepts that we need as in college as professional, if possible if you can make video on these concepts of Java:

Java API Packages
Multi threaded programming
Managing Error and Exception
Managing I/O Files
Java Collection
Applet Programming
AWT
Event Handling
JavaFX
JDBC
Java Networking

Thank You

TriggeredFukraInsaanOfficial
Автор

Agar aap na hote to mai kuch nhi kar pata Didi, Thanku ♥️ meri zindagi badalne ke liye Didi 😊♥️

techbypranav
Автор

Na hi alphaid tumara successful person
Aur ham ne YouTube baccho be hai future ka successful persons .
Aur ek din ❤️❤️❤️❤️

AnilsTechWorld
Автор

Sradha ji❤️I love the vids you make and how you spread positivity to others is amazing. Congratulations ! You truly deserved it. You always work so hard on your videos and you truly do put so much effort and work into what you do

ayeshaclassesgk
Автор

Mam java dsa me dp gynamic programming ni hai.
Please start new java dsa series.
Jaise apne abhi cpp + dsa start kiya hai.

AmitSharma-ohuw
Автор

wow ❤❤ very best explanation Shradha di Awesome video for trie data structure. The concept of trie is necessary for Google, Sprinkler and Trilogy OA. Thanks

Monu_Rajputra
Автор

Please start Dynamic Programming with problems and exercises...

creativeumair
Автор

Pure u tube channel PE apke jaisa explain karne wala koi nahi plz c#pe video banayiye mai bhot confused hun dusron ki videos dekh kar😖

Secrettowisdom
Автор

but where is the vedio for dynamic programming???

worldlykrittika
Автор

Congratulations 5 Million subscribers 🎉

roo_code
Автор

in insertion code you are directly changing root itself you should have to use some dummy variable to store root and then modify it !!

DevlomentPurpose
Автор

Apna colage back on stage love you from heart

khushpreetsinghSingh
Автор

Thank you...please upload graph data structure ❤❤❤

cdemaster
Автор

Waiting for this ♥️
Thanku Shradha Didi 😊

techbypranav
Автор

Amazing job and great teaching skills, learnt a lot. Thank you so much for your efforts 😄

rushabhajain
Автор

More explained in this lecture and more beneficial .

BANTIKUMAR-bzbj
join shbcf.ru