DEV Community

# datastructures

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Next Permutation — Intuition, Explanation, and Clean Implementation

Next Permutation — Intuition, Explanation, and Clean Implementation

Comments
3 min read
Stack and Queue — Kids' Toy Box Adventure!

Stack and Queue — Kids' Toy Box Adventure!

Comments
2 min read
Trees and Binary Trees — Kids' Family Tree Fun!

Trees and Binary Trees — Kids' Family Tree Fun!

Comments
2 min read
A two-dimensional array is like a big grid of boxes

A two-dimensional array is like a big grid of boxes

Comments
1 min read
Day 61: Python Queue Using Two Stacks, Amortized O(1) Unbiased FIFO with Brilliant Double-Stack Flip Trick (No Deque Cheats!)

Day 61: Python Queue Using Two Stacks, Amortized O(1) Unbiased FIFO with Brilliant Double-Stack Flip Trick (No Deque Cheats!)

Comments
3 min read
Why People Say “F*** LeetCode”: Difficulty, Fairness, Real-World Value — and a Better Way

Why People Say “F*** LeetCode”: Difficulty, Fairness, Real-World Value — and a Better Way

Comments
7 min read
Day 59: Python Reverse Singly Linked List, Master the Iterative Pointer Flip Technique for O(n) Reversal

Day 59: Python Reverse Singly Linked List, Master the Iterative Pointer Flip Technique for O(n) Reversal

Comments
3 min read
Day 60: Python Remove Nth Node From End of Linked List, Two-Pointer Magic to Delete in One Pass (LeetCode #19 Style)

Day 60: Python Remove Nth Node From End of Linked List, Two-Pointer Magic to Delete in One Pass (LeetCode #19 Style)

Comments
3 min read
Is Solana Really Running Out of Memory?

Is Solana Really Running Out of Memory?

1
Comments
4 min read
C# Lists & Dictionaries Mental Model — From `names.Add("Ana")` to LLM‑Ready Collections

C# Lists & Dictionaries Mental Model — From `names.Add("Ana")` to LLM‑Ready Collections

1
Comments
14 min read
Kinship Code: How Family Trees Explain Data Structures

Kinship Code: How Family Trees Explain Data Structures

1
Comments
2 min read
Database Schemas: Star Schema vs. Snowflake Schema and Choosing the Right Data Warehouse Design

Database Schemas: Star Schema vs. Snowflake Schema and Choosing the Right Data Warehouse Design

Comments
5 min read
Implementing a Stack From Scratch

Implementing a Stack From Scratch

Comments
3 min read
Day 2: Low Energy, Work Done Anyway

Day 2: Low Energy, Work Done Anyway

6
Comments
1 min read
Line by Line, Finding Walls for Rendering in a BSP Tree

Line by Line, Finding Walls for Rendering in a BSP Tree

Comments
5 min read
How Devscribe Simplified My Data Structure and Algorithm Practice — Devscribe

How Devscribe Simplified My Data Structure and Algorithm Practice — Devscribe

1
Comments
2 min read
Subarray Problem Types

Subarray Problem Types

Comments
3 min read
Episode 1: Arrays — The Hidden Logic Behind How Your Code Remembers

Episode 1: Arrays — The Hidden Logic Behind How Your Code Remembers

1
Comments
6 min read
The DSA Toolkit: #1 Sliding Window Format

The DSA Toolkit: #1 Sliding Window Format

Comments
2 min read
🎯 DSA Master Learning Plan - Pattern by Pattern

🎯 DSA Master Learning Plan - Pattern by Pattern

1
Comments 1
13 min read
Computer Science Fundamentals: From Binary Systems to Algorithms

Computer Science Fundamentals: From Binary Systems to Algorithms

Comments
4 min read
Sorting Algorithm Visualizer

Sorting Algorithm Visualizer

Comments
5 min read
Set Data Structure

Set Data Structure

Comments
3 min read
Linked Lists in Rust 1.90.0: A Comprehensive Technical Guide

Linked Lists in Rust 1.90.0: A Comprehensive Technical Guide

Comments
12 min read
Line by Line, HOW do I query my BSP?

Line by Line, HOW do I query my BSP?

6
Comments 1
6 min read
loading...