DEV Community

#datastructures

Posts

đź‘‹ Sign in for the ability to sort posts by relevant, latest, or top.
Why Greedy Can Feel Unintuitive (and How I’m Making Sense of It)

Why Greedy Can Feel Unintuitive (and How I’m Making Sense of It)

Comments
3 min read
Day 6: Structs in C: Organizing Data without Classes

Day 6: Structs in C: Organizing Data without Classes

Comments 1
1 min read
Python Tuples: Not Just Immutable Lists – They're Design Contracts

Python Tuples: Not Just Immutable Lists – They're Design Contracts

Comments
3 min read
Day 79: Python Deep Copy Graph – HashMap-Based Cloning for Cycles and Shared Nodes (LeetCode #133 Style)

Day 79: Python Deep Copy Graph – HashMap-Based Cloning for Cycles and Shared Nodes (LeetCode #133 Style)

Comments
3 min read
Revisiting DSA Through Mini Projects #1: Optimizing a Phonebook with HashMap

Revisiting DSA Through Mini Projects #1: Optimizing a Phonebook with HashMap

7
Comments
2 min read
Day 78: Python Move Zeros to End – O(n) In-Place Two-Pointer Technique for Array Reordering (LeetCode #283 Guide)

Day 78: Python Move Zeros to End – O(n) In-Place Two-Pointer Technique for Array Reordering (LeetCode #283 Guide)

Comments
2 min read
Data Modelling for High Performance and Accurate Analytics in Power BI

Data Modelling for High Performance and Accurate Analytics in Power BI

1
Comments
6 min read
Day 80: Python Search in Rotated Sorted rArray - Final Challenge O(log n) Binary Search Mastery (LeetCode #33 Vibes)

Day 80: Python Search in Rotated Sorted rArray - Final Challenge O(log n) Binary Search Mastery (LeetCode #33 Vibes)

Comments
3 min read
LeetCode DSA Series #1: 191. Number of 1 Bits

LeetCode DSA Series #1: 191. Number of 1 Bits

Comments
1 min read
I'm Still Grinding LeetCode and These 8 Advanced Patterns Changed Everything 🚀

I'm Still Grinding LeetCode and These 8 Advanced Patterns Changed Everything 🚀

5
Comments
34 min read
Understanding Array Traversal Patterns in JavaScript

Understanding Array Traversal Patterns in JavaScript

1
Comments 1
6 min read
Day 75: Python Counting Sort by Zeros – Stable O(n) Custom Key Sort for Digit Counts (Algo Mastery)

Day 75: Python Counting Sort by Zeros – Stable O(n) Custom Key Sort for Digit Counts (Algo Mastery)

Comments
2 min read
Day 72: Python Sliding Window Maximum - Deque O(n) Solution for Efficient Max Tracking (LeetCode #239 Guide)

Day 72: Python Sliding Window Maximum - Deque O(n) Solution for Efficient Max Tracking (LeetCode #239 Guide)

Comments
2 min read
A Guide to Fibonacci Series and Recursion in Go Language

A Guide to Fibonacci Series and Recursion in Go Language

Comments 4
3 min read
Linked Lists Joins the Fray! (JavaScript)

Linked Lists Joins the Fray! (JavaScript)

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