Blog
Development
System Design
Tags
Development
System Design
Tags
2. 12. 2023
Graphs
Social networks & stuff
data
structures
tree
graph
2. 12. 2023
Trie
Please trie hard
data
structures
node
trie
tree
2. 12. 2023
Heaps
Trees but... arrays?!
data
structures
heap
tree
array
1. 12. 2023
Binary Search Trees
Binary Search in Trees!
data
structures
node
binary
search
tree
1. 12. 2023
Node Based Data Strucutures
Let's link our lists
data
structures
node
linked
list
28. 11. 2023
Recursion
Recursion
data
structures
recursion
26. 11. 2023
Hash Maps
Fast lookups
data
structures
hash
maps
26. 11. 2023
Array Based Data Structures
Queues, Stacks, Sets and more
array
data
structures
queue
set
stack
25. 11. 2023
The Big Oh Notation
How to measure algorithm speed
data
structures
algorithms