DEV Community

# datastructures

Posts

đź‘‹ Sign in for the ability to sort posts by relevant, latest, or top.
Why My "Optimized" Iterative Tree Traversal Was Slower Than Recursion

Why My "Optimized" Iterative Tree Traversal Was Slower Than Recursion

Comments
4 min read
Python Boolean Expression Evaluation Explained

Python Boolean Expression Evaluation Explained

Comments
4 min read
🌸 Bloom Filters Explained Like You're 5

🌸 Bloom Filters Explained Like You're 5

Comments
2 min read
How Graph Structure Makes AI Search Possible

How Graph Structure Makes AI Search Possible

Comments
4 min read
🚀 How to Solve Arrays and Hashing Problems in Data Structure?

🚀 How to Solve Arrays and Hashing Problems in Data Structure?

Comments
2 min read
Structure Before Bytes: How Metarc Beats tar+zstd on Real Code

Structure Before Bytes: How Metarc Beats tar+zstd on Real Code

Comments
6 min read
Data Management Systems: Transactional to Analytical Architectures

Data Management Systems: Transactional to Analytical Architectures

Comments
7 min read
Building a Boggle solver: DFS meets the trie, and why naive recursion blows up

Building a Boggle solver: DFS meets the trie, and why naive recursion blows up

Comments
4 min read
Understanding Merkle Trees: a Rust Implementation with Blockchain Examples

Understanding Merkle Trees: a Rust Implementation with Blockchain Examples

Comments
1 min read
Largest Subarray with 0 sum

Largest Subarray with 0 sum

Comments
2 min read
Big O Notation explained

Big O Notation explained

1
Comments
2 min read
I Tried Two Pointers on a DP Problem and Learned What "Subset" Actually Means

I Tried Two Pointers on a DP Problem and Learned What "Subset" Actually Means

Comments
6 min read
I Couldn't See Why dp[i] = dp[i+1] + dp[i+2] Actually Counts Anything

I Couldn't See Why dp[i] = dp[i+1] + dp[i+2] Actually Counts Anything

Comments
6 min read
Hash Tables (And Why You Should Care)

Hash Tables (And Why You Should Care)

4
Comments
3 min read
How to Prove Your Algorithm Works in a Coding Interview

How to Prove Your Algorithm Works in a Coding Interview

Comments 2
6 min read
đź‘‹ Sign in for the ability to sort posts by relevant, latest, or top.