Browsing Tag
datastructures
17 posts
Caching Git Repos: A Deep Dive into OpenSauced’s ‘Pizza Oven’ Service
Over the last few weeks, the OpenSauced engineering team has been building a service we’re calling the “pizza…
Array Strengths, Weaknesses, and Big-O Complexity Analysis
Read about Array Data Structures article before reading through this article. Arrays are fundamental data structures in computer…
Disjoint Set Union heuristics
DSU is one of the most elegant in implementation data structure and I’ve used in my competitive programming…
const a = [ ] is not an array?! 😱
Introduction As I delved into Primeagen’s Algorithms course on Frontend Masters, I was struck by a revelation: the…
100 Days of DSA
Starting off my journey of mastering data-structures & algorithms with this #100Daysofdsa which would help me remain consistent…
The Most Important Leetcode Patterns
If you have been looking for a job in tech, I am pretty sure you have heard of…
Say hello to Big (O)h!
Oh or rather O, chosen by Bachmann to stand for Ordnung, meaning the Order of approximation. “Wait, what…