Tag
#trees
2 notes
Data Structures
Deep Dive
Trees | Non-Linear Data Structure Part One: Binary Tree & BST
A deep dive into tree data structures — nodes, edges, height, depth, Binary Trees, and Binary Search Trees with Java implementations for add, find, delete, and DFS/BFS traversals.
#data-structures#trees#binary-tree+3
·12 min
Data Structures
Deep Dive
Data Structure | The importance in computer science
In computer science, data structure is how we organise a collection of data in computer memory so that we can use them efficiently. Learn about linear and non-linear data structures and why they matter.
#data-structures#computer-science#fundamentals+3
·5 min