Skip to content
Navigation menu
Search
Powered by Algolia
Search
Log in
Create account
DEV Community
Close
#
datastructures
Follow
Hide
Posts
Left menu
đź‘‹
Sign in
for the ability to sort posts by
relevant
,
latest
, or
top
.
Right menu
Day 65: Python Breadth-First Search (BFS) on Tree, Queue-Based Level-Order Traversal for Shortest Path and Layer Exploration
Shahrouz Nikseresht
Shahrouz Nikseresht
Shahrouz Nikseresht
Follow
Dec 15 '25
Day 65: Python Breadth-First Search (BFS) on Tree, Queue-Based Level-Order Traversal for Shortest Path and Layer Exploration
#
challenge
#
python
#
algorithms
#
datastructures
1
 reaction
Comments
Add Comment
2 min read
Day 64: Python Depth-First Search (DFS) on Tree, Stack-Based Iterative Traversal for Deep Exploration Without Recursion
Shahrouz Nikseresht
Shahrouz Nikseresht
Shahrouz Nikseresht
Follow
Dec 14 '25
Day 64: Python Depth-First Search (DFS) on Tree, Stack-Based Iterative Traversal for Deep Exploration Without Recursion
#
challenge
#
python
#
algorithms
#
datastructures
1
 reaction
Comments
Add Comment
2 min read
Database Schemas: Star Schema vs. Snowflake Schema and Choosing the Right Data Warehouse Design
Ed J Wanjama
Ed J Wanjama
Ed J Wanjama
Follow
Nov 17 '25
Database Schemas: Star Schema vs. Snowflake Schema and Choosing the Right Data Warehouse Design
#
datastructures
#
data
#
database
Comments
Add Comment
5 min read
Implementing a Stack From Scratch
Abhishek
Abhishek
Abhishek
Follow
Nov 16 '25
Implementing a Stack From Scratch
#
datastructures
#
software
Comments
Add Comment
3 min read
Linked List in the Linux Kernel
Saurav Shah
Saurav Shah
Saurav Shah
Follow
Dec 19 '25
Linked List in the Linux Kernel
#
linux
#
datastructures
#
tutorial
#
architecture
Comments
Add Comment
6 min read
Day 2: Low Energy, Work Done Anyway
Blink
Blink
Blink
Follow
Dec 7 '25
Day 2: Low Energy, Work Done Anyway
#
productivity
#
beginners
#
career
#
datastructures
6
 reactions
Comments
Add Comment
1 min read
Line by Line, Finding Walls for Rendering in a BSP Tree
Chig Beef
Chig Beef
Chig Beef
Follow
Nov 11 '25
Line by Line, Finding Walls for Rendering in a BSP Tree
#
computerscience
#
datastructures
#
gamedev
#
programming
Comments
Add Comment
5 min read
How Devscribe Simplified My Data Structure and Algorithm Practice — Devscribe
DevScribe
DevScribe
DevScribe
Follow
Nov 10 '25
How Devscribe Simplified My Data Structure and Algorithm Practice — Devscribe
#
datastructures
#
algorithms
#
learning
#
webdev
1
 reaction
Comments
Add Comment
2 min read
Subarray Problem Types
ZeeshanAli-0704
ZeeshanAli-0704
ZeeshanAli-0704
Follow
Nov 8 '25
Subarray Problem Types
#
datastructures
#
interview
Comments
Add Comment
3 min read
Next Permutation — Intuition, Explanation, and Clean Implementation
we_are_broken_compilers
we_are_broken_compilers
we_are_broken_compilers
Follow
Dec 11 '25
Next Permutation — Intuition, Explanation, and Clean Implementation
#
algorithms
#
interview
#
datastructures
#
beginners
4
 reactions
Comments
Add Comment
3 min read
Day 63: Python Merge K Sorted Lists - O(n log k) Min-Heap Guide (LeetCode #23 Vibes)
Shahrouz Nikseresht
Shahrouz Nikseresht
Shahrouz Nikseresht
Follow
Dec 13 '25
Day 63: Python Merge K Sorted Lists - O(n log k) Min-Heap Guide (LeetCode #23 Vibes)
#
challenge
#
python
#
algorithms
#
datastructures
1
 reaction
Comments
Add Comment
3 min read
Day 62: Python Longest Subarray with Target Sum - O(n) Prefix Sum & HashMap Guide (LeetCode Vibes)
Shahrouz Nikseresht
Shahrouz Nikseresht
Shahrouz Nikseresht
Follow
Dec 12 '25
Day 62: Python Longest Subarray with Target Sum - O(n) Prefix Sum & HashMap Guide (LeetCode Vibes)
#
challenge
#
python
#
algorithms
#
datastructures
1
 reaction
Comments
Add Comment
3 min read
Day 61: Python Queue Using Two Stacks, Amortized O(1) Unbiased FIFO with Brilliant Double-Stack Flip Trick (No Deque Cheats!)
Shahrouz Nikseresht
Shahrouz Nikseresht
Shahrouz Nikseresht
Follow
Dec 11 '25
Day 61: Python Queue Using Two Stacks, Amortized O(1) Unbiased FIFO with Brilliant Double-Stack Flip Trick (No Deque Cheats!)
#
challenge
#
python
#
algorithms
#
datastructures
7
 reactions
Comments
2
 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)
Shahrouz Nikseresht
Shahrouz Nikseresht
Shahrouz Nikseresht
Follow
Dec 10 '25
Day 60: Python Remove Nth Node From End of Linked List, Two-Pointer Magic to Delete in One Pass (LeetCode #19 Style)
#
challenge
#
python
#
datastructures
#
leetcode
1
 reaction
Comments
Add Comment
3 min read
C# Lists & Dictionaries Mental Model — From `names.Add("Ana")` to LLM‑Ready Collections
Cristian Sifuentes
Cristian Sifuentes
Cristian Sifuentes
Follow
Dec 8 '25
C# Lists & Dictionaries Mental Model — From `names.Add("Ana")` to LLM‑Ready Collections
#
dotnet
#
csharp
#
performance
#
datastructures
1
 reaction
Comments
Add Comment
14 min read
đź‘‹
Sign in
for the ability to sort posts by
relevant
,
latest
, or
top
.
We're a place where coders share, stay up-to-date and grow their careers.
Log in
Create account