DEV Community

# datastructures

Posts

đź‘‹ Sign in for the ability to sort posts by relevant, latest, or top.
Day 65: Python Breadth-First Search (BFS) on Tree, Queue-Based Level-Order Traversal for Shortest Path and Layer Exploration

Day 65: Python Breadth-First Search (BFS) on Tree, Queue-Based Level-Order Traversal for Shortest Path and Layer Exploration

1
Comments
2 min read
Day 64: Python Depth-First Search (DFS) on Tree, Stack-Based Iterative Traversal for Deep Exploration Without Recursion

Day 64: Python Depth-First Search (DFS) on Tree, Stack-Based Iterative Traversal for Deep Exploration Without Recursion

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
Linked List in the Linux Kernel

Linked List in the Linux Kernel

Comments
6 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
Next Permutation — Intuition, Explanation, and Clean Implementation

Next Permutation — Intuition, Explanation, and Clean Implementation

4
Comments
3 min read
Day 63: Python Merge K Sorted Lists - O(n log k) Min-Heap Guide (LeetCode #23 Vibes)

Day 63: Python Merge K Sorted Lists - O(n log k) Min-Heap Guide (LeetCode #23 Vibes)

1
Comments
3 min read
Day 62: Python Longest Subarray with Target Sum - O(n) Prefix Sum & HashMap Guide (LeetCode Vibes)

Day 62: Python Longest Subarray with Target Sum - O(n) Prefix Sum & HashMap Guide (LeetCode Vibes)

1
Comments
3 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!)

7
Comments 2
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)

1
Comments
3 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
đź‘‹ Sign in for the ability to sort posts by relevant, latest, or top.