Browsing Tag
dsa
5 posts
The Power of Graphs: From Social Network Analysis to Disease Tracking
Ever wonder how Facebook knows who your mutual friends are, or how Google Maps finds the fastest route…
Estruturas de Dados: Heap
Heap é uma lista linear onde cada elemento armazena um dado e sua prioridade de modo que: H[i]…
Four data structures in Python
Four data structures in Python List: Mutable: You can change, add, or remove items after the list creation.…
Stacks, Data Structures
Stacks A stack is a fundamental data structure in computer science that operates on a Last In, First…
Primitive Data Structure
What is Primitive Data Structure 🌲 Primitive data structures are basic and fundamental data structures provided by programming…