Thoughts
Writings
//COMMON
Is it time to update the social media regulations?
According to 2023 data from Comparitech, the average person spends 2 hours and 31 minutes on social media each day.
TIMESTAMP
2024-03-07
2024-03-07
//DATA STRUCTURES
Heap (Binary Heap)
To put it simply Heap is a data structure that allows retrieving an element with higher priority(min/max) in a logarithmic time.
TIMESTAMP
2021-09-28
2021-09-28
//ALGORITHMS
Heap & Algorithms
This is a Sequel of a Binary Heap article it aims to show you some usages of a heap in various algorithms and coding challenges.
TIMESTAMP
2021-09-28
2021-09-28