Search posts, tags, users, and pages
Rehan Sattar
Senior Software Engineer, Specializing in Backend Engineering | Author | Speaker | Mentor
Hello everyone! ๐๐ป Hope you all are good โจ Today, we are going to learn another useful data structure i.e Trees ๐ Trees A tree is a data structure where a node can have zero or more children nodes. Each node contains a value, and similar to graphs...
Jb Rocher
Lead Software Engineer in an Eco-Friendly Start Up
Nice work ! I think it'd be great to see these structures applied to concrete use cases. Like showing an algorithm that uses Binary Search Tree to perform a search, and why it's more efficient than naive implementation.
Thanks much!
The upcoming articles are on Binary Search Trees and I'll implement the algorithms and strategies like BFS, DFS etc.
Hopefully it will be covered then. Thanks โค๏ธ
Awesome, looking forward to it ! Rehan Sattar
Jb Rocher
Lead Software Engineer in an Eco-Friendly Start Up
Nice work ! I think it'd be great to see these structures applied to concrete use cases. Like showing an algorithm that uses Binary Search Tree to perform a search, and why it's more efficient than naive implementation.