DEV Community

Challenge!

Posts

đź‘‹ Sign in for the ability to sort posts by relevant, latest, or top.
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
Day 80 of 100 days dsa coding challenge

Day 80 of 100 days dsa coding challenge

1
Comments
2 min read
Remove Duplicate Letters Coding Problem Solution

Remove Duplicate Letters Coding Problem Solution

1
Comments
4 min read
Delete Nodes And Return Forest: Coding Problem Solution

Delete Nodes And Return Forest: Coding Problem Solution

1
Comments
5 min read
Day 11 of 100

Day 11 of 100

1
Comments
1 min read
From Zero to RWA: My 14-Day Journey Building on Mantle

From Zero to RWA: My 14-Day Journey Building on Mantle

Comments
3 min read
Why I’m Telling Junior Developers to Stop Learning Frameworks in 2026

Why I’m Telling Junior Developers to Stop Learning Frameworks in 2026

6
Comments 5
3 min read
Coding Challenge Practice - Question 82

Coding Challenge Practice - Question 82

Comments
1 min read
Day 70: Python Wildcard Matching – DP Solution for '?' and '*' Patterns in O(n*m) (LeetCode #44 Mastery)

Day 70: Python Wildcard Matching – DP Solution for '?' and '*' Patterns in O(n*m) (LeetCode #44 Mastery)

1
Comments
2 min read
Day 76 of 100 days dsa coding challenge

Day 76 of 100 days dsa coding challenge

1
Comments
2 min read
Day 68: Python Unique Paths in Grid - O(m*n) DP Solution for Robot Paths (LeetCode #62 Vibes)

Day 68: Python Unique Paths in Grid - O(m*n) DP Solution for Robot Paths (LeetCode #62 Vibes)

1
Comments
3 min read
Day 73: Python Longest Palindromic Substring – Expand-Around-Center O(n^2) Technique for Max Palindrome (LeetCode #5 Guide)

Day 73: Python Longest Palindromic Substring – Expand-Around-Center O(n^2) Technique for Max Palindrome (LeetCode #5 Guide)

Comments
2 min read
Day 75 of 100 days dsa coding challenge

Day 75 of 100 days dsa coding challenge

1
Comments
1 min read
Day 71: Python Three Sum – Two-Pointer O(n^2) Solution for Unique Zero-Sum Triplets (LeetCode #15 Vibes)

Day 71: Python Three Sum – Two-Pointer O(n^2) Solution for Unique Zero-Sum Triplets (LeetCode #15 Vibes)

Comments
3 min read
Day 69: Python Conway's Game of Life - Simulate One Step of Cellular Automata with Neighbor Scanning Magic

Day 69: Python Conway's Game of Life - Simulate One Step of Cellular Automata with Neighbor Scanning Magic

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