DEV Community

#datastructures

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Count-Min Sketch

Count-Min Sketch

Comments
4 min read
I Built My Own Fail-Fast HashMap — Here's Why a Boolean Flag Wasn't Enough

I Built My Own Fail-Fast HashMap — Here's Why a Boolean Flag Wasn't Enough

Comments
5 min read
The Hidden Cost Of A Line of Code

The Hidden Cost Of A Line of Code

Comments
3 min read
I Didn't "Learn" Sliding Window — I Got Cornered Into It

I Didn't "Learn" Sliding Window — I Got Cornered Into It

Comments
6 min read
Columnar Data Structure in Java

Columnar Data Structure in Java

Comments
2 min read
What I learned writing 1,096 tests for algorithm animations

What I learned writing 1,096 tests for algorithm animations

1
Comments
3 min read
Binary Search: The Matrix of Algorithms – Patterns, Edge Cases, and Real Interview Questions

Binary Search: The Matrix of Algorithms – Patterns, Edge Cases, and Real Interview Questions

Comments
5 min read
Dynamic Programming: The Matrix of Patterns

Dynamic Programming: The Matrix of Patterns

Comments
4 min read
Inorder Traversal of Binary Tree

Inorder Traversal of Binary Tree

Comments
2 min read
How to Generate Synthetic Time-Series Data Without Faking the Signal

How to Generate Synthetic Time-Series Data Without Faking the Signal

Comments
8 min read
# The Part About Linked Lists Being O(1) That Confused Me

# The Part About Linked Lists Being O(1) That Confused Me

Comments
1 min read
Hash Maps in C++ Made Simple 🚀

Hash Maps in C++ Made Simple 🚀

Comments
6 min read
I built a content recommender as a graph, and it found similarities I wasn't looking for

I built a content recommender as a graph, and it found similarities I wasn't looking for

Comments
4 min read
The Matrix of Tree Traversals: Recursive vs Iterative Explained

The Matrix of Tree Traversals: Recursive vs Iterative Explained

Comments
4 min read
An O(1) Space Alternative to "Rearrange Array Alternately" Using Sequential Suffix Reversal

An O(1) Space Alternative to "Rearrange Array Alternately" Using Sequential Suffix Reversal

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