DEV Community

# datastructures

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Deep Dive: Array Internals & Memory Layout

Deep Dive: Array Internals & Memory Layout

1
Comments
6 min read
The Complete Guide to Data Structures in C: From Arrays to Hash Tables

The Complete Guide to Data Structures in C: From Arrays to Hash Tables

Comments
25 min read
Stop Joining Millions of Rows for Every Single Swipe

Stop Joining Millions of Rows for Every Single Swipe

2
Comments
4 min read
How Big Tech Scales View Counts: The Power of HyperLogLog and Harmonic Means

How Big Tech Scales View Counts: The Power of HyperLogLog and Harmonic Means

3
Comments
4 min read
Our Data Extraction Pipeline Worked Perfectly… Until Month 6

Our Data Extraction Pipeline Worked Perfectly… Until Month 6

1
Comments
2 min read
I Built a Leaderboard API Using a Skip List From Scratch (No Redis)

I Built a Leaderboard API Using a Skip List From Scratch (No Redis)

2
Comments
6 min read
How to build a profanity filter that actually works

How to build a profanity filter that actually works

1
Comments
4 min read
The Pointer Arithmetic of Constant Time: Why Arrays Scale O(1)

The Pointer Arithmetic of Constant Time: Why Arrays Scale O(1)

1
Comments
4 min read
From ERD to SQL: Implementing a Normalised Database Step-by-Step

From ERD to SQL: Implementing a Normalised Database Step-by-Step

Comments
3 min read
🌳 The Story of the Upside-Down Magic Tree Data Structure 🌳

🌳 The Story of the Upside-Down Magic Tree Data Structure 🌳

Comments
2 min read
Mastering B-Trees and B+Trees in C: A Complete Guide from Scratch

Mastering B-Trees and B+Trees in C: A Complete Guide from Scratch

Comments
4 min read
A Simple Guide to JOINs and Window Functions

A Simple Guide to JOINs and Window Functions

4
Comments
2 min read
Your Undo Button is Just a Stack of Pancakes

Your Undo Button is Just a Stack of Pancakes

1
Comments
4 min read
Why Dynamic Arrays Aren't Actually Dynamic

Why Dynamic Arrays Aren't Actually Dynamic

3
Comments
3 min read
Recursion vs. Iteration: When to Ditch the Call Stack for Safety

Recursion vs. Iteration: When to Ditch the Call Stack for Safety

1
Comments
7 min read
👋 Sign in for the ability to sort posts by relevant, latest, or top.