Browsing Tag
datastructures
19 posts
Is Data Struct about memory?
A principle that I try to follow is to think about obvious concepts. Since we are introduced to…
Product of Array Except Self – LeetCode Java Solution
Hello readers, let’s solve a LeetCode problem today. In this blog, let’s solve the problem Product of Array…
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…