DEV Community

# datastructures

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Why Data Formats Matter More Than You Think

Why Data Formats Matter More Than You Think

1
Comments
19 min read
Building a Toy SSTable Storage Engine in Python

Building a Toy SSTable Storage Engine in Python

2
Comments 1
4 min read
Design Better Databases - Best Practices

Design Better Databases - Best Practices

17
Comments 1
8 min read
Graph In Java ☕

Graph In Java ☕

2
Comments
13 min read
Supercharging Retrieval-Augmented Generation with NodeRAG: A Graph-Centric Approach

Supercharging Retrieval-Augmented Generation with NodeRAG: A Graph-Centric Approach

Comments
5 min read
Map, Set, Go! A Quick Guide to Modern JavaScript Data Structures

Map, Set, Go! A Quick Guide to Modern JavaScript Data Structures

1
Comments
2 min read
Introduction

Introduction

2
Comments
1 min read
Linked Lists — A Core Building Block in Data Structures

Linked Lists — A Core Building Block in Data Structures

Comments
3 min read
How to Design a Relational Database Schema in 2025

How to Design a Relational Database Schema in 2025

17
Comments 1
8 min read
DSA Chronicles Day 4: Hashing & Stacks Continued

DSA Chronicles Day 4: Hashing & Stacks Continued

Comments
3 min read
HashMap in Java

HashMap in Java

3
Comments
16 min read
Writing a binary tree data structure is easier when you can see the structure of your data

Writing a binary tree data structure is easier when you can see the structure of your data

Comments
1 min read
📝 Implements `Box<T>` and `Vec<T>` and why?

📝 Implements `Box<T>` and `Vec<T>` and why?

Comments
5 min read
Data Structures #2: Binary Heap

Data Structures #2: Binary Heap

Comments
1 min read
🎓 Understanding Mutability & Variables in Rust 🦀

🎓 Understanding Mutability & Variables in Rust 🦀

Comments
1 min read
Tired of losing code snippets, scattered project ideas, and forgotten learning notes? Fix it With DevVault OS

Tired of losing code snippets, scattered project ideas, and forgotten learning notes? Fix it With DevVault OS

Comments
1 min read
Inside Databases: BSTs, B-Trees, & LSM Trees

Inside Databases: BSTs, B-Trees, & LSM Trees

1
Comments
7 min read
Simple Sieve - DSA

Simple Sieve - DSA

Comments
2 min read
Probabilistic Data Structures in Go: Building and Benchmarking a Bloom Filter

Probabilistic Data Structures in Go: Building and Benchmarking a Bloom Filter

6
Comments
14 min read
The Blind Spot Blocking Enterprise AI Success

The Blind Spot Blocking Enterprise AI Success

Comments
3 min read
Data Structures #3: Trie

Data Structures #3: Trie

4
Comments 2
1 min read
Strings, Arrays & Hash Tables — Let’s Talk About the One You’re Probably Not Using Enough

Strings, Arrays & Hash Tables — Let’s Talk About the One You’re Probably Not Using Enough

Comments
2 min read
DSA Chronicles Day 2: 5 More Problems, 5 Core Logics

DSA Chronicles Day 2: 5 More Problems, 5 Core Logics

Comments
3 min read
Stack

Stack

Comments
4 min read
Making Your Own Dictionary(HashMap) in Swift

Making Your Own Dictionary(HashMap) in Swift

Comments
2 min read
loading...