Forem

Challenge!

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
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
Coding Challenge Practice - Question 90

Coding Challenge Practice - Question 90

Comments
1 min read
Day 86 of 100 days dsa coding challenge
Cover image for Day 86 of 100 days dsa coding challenge

Day 86 of 100 days dsa coding challenge

1
Comments
2 min read
Boats to Save People: Coding Problem Explained
Cover image for Boats to Save People: Coding Problem Explained

Boats to Save People: Coding Problem Explained

1
Comments
3 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
Day 85 of 100 days dsa coding challenge
Cover image for Day 85 of 100 days dsa coding challenge

Day 85 of 100 days dsa coding challenge

1
Comments
2 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
Day 84 of 100 days dsa coding challenge
Cover image for Day 84 of 100 days dsa coding challenge

Day 84 of 100 days dsa coding challenge

1
Comments
1 min read
A coding challenge a week - can you complete all 52?
Cover image for A coding challenge a week - can you complete all 52?

A coding challenge a week - can you complete all 52?

Comments
2 min read
Coding Challenge Practice - Question 87

Coding Challenge Practice - Question 87

Comments
1 min read
Day 77: Python Trailing Zeros in Factorial – Genius Number Theory Trick to Count Zeros in n! Without Computing the Huge Number

Day 77: Python Trailing Zeros in Factorial – Genius Number Theory Trick to Count Zeros in n! Without Computing the Huge Number

Comments
2 min read
Day 76: Python Binary Exponentiation – O(log n) Fast Power Calculation Without Built-Ins

Day 76: Python Binary Exponentiation – O(log n) Fast Power Calculation Without Built-Ins

Comments
2 min read
Day-15 From "It Works on My Machine" to Automation: Learning Jenkins and Docker

Day-15 From "It Works on My Machine" to Automation: Learning Jenkins and Docker

Comments
3 min read
Day 7 of 100

Day 7 of 100

Comments 2
3 min read
Coding Challenge Practice - Question 85

Coding Challenge Practice - Question 85

Comments
2 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
Day 80 of 100 days dsa coding challenge
Cover image for Day 80 of 100 days dsa coding challenge

Day 80 of 100 days dsa coding challenge

1
Comments
2 min read
Delete Nodes And Return Forest: Coding Problem Solution
Cover image for Delete Nodes And Return Forest: Coding Problem Solution

Delete Nodes And Return Forest: Coding Problem Solution

1
Comments
5 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
Cover image for 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
Cover image for 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
loading...