Forem

Challenge!

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Day 47: Python Rotate Array to Right by K Steps – Master the Elegant Slicing Trick in One Line

Day 47: Python Rotate Array to Right by K Steps – Master the Elegant Slicing Trick in One Line

1
Comments
3 min read
Day 48: Python Merge Two Sorted Lists - Master the Two-Pointer Technique in Pure O(n)

Day 48: Python Merge Two Sorted Lists - Master the Two-Pointer Technique in Pure O(n)

1
Comments
3 min read
Day 46: Python Moving Average Calculator, Optimized Sliding Window for Simple Moving Average Computation

Day 46: Python Moving Average Calculator, Optimized Sliding Window for Simple Moving Average Computation

1
Comments
2 min read
💻 Building a Simple Tip Calculator in React: A Challenge

💻 Building a Simple Tip Calculator in React: A Challenge

3
Comments
1 min read
Day 45: Python Majority Element Finder, Boyer-Moore Voting Algorithm for Efficient Detection in Arrays

Day 45: Python Majority Element Finder, Boyer-Moore Voting Algorithm for Efficient Detection in Arrays

1
Comments
2 min read
Coding Challenge Practice - Question 37

Coding Challenge Practice - Question 37

2
Comments
1 min read
Задача с собеседования в Google: Russian Doll Envelopes

Задача с собеседования в Google: Russian Doll Envelopes

Comments
2 min read
Day 44: Python Longest Substring Finder, Sliding Window Technique for Non-Repeating Characters Length

Day 44: Python Longest Substring Finder, Sliding Window Technique for Non-Repeating Characters Length

5
Comments
2 min read
Day 42: Python Roman Numeral Converter, Bidirectional Conversion Between Roman and Integers with Mapping and Loops

Day 42: Python Roman Numeral Converter, Bidirectional Conversion Between Roman and Integers with Mapping and Loops

1
Comments
3 min read
Day 43: Python Valid Parentheses Checker, Stack-Based Bracket Validation with Mapping and Loop Scanning

Day 43: Python Valid Parentheses Checker, Stack-Based Bracket Validation with Mapping and Loop Scanning

1
Comments
2 min read
Day 40: Python Armstrong Numbers Finder, Detect Narcissistic Numbers in a Range with Digit Power Sum

Day 40: Python Armstrong Numbers Finder, Detect Narcissistic Numbers in a Range with Digit Power Sum

1
Comments 2
3 min read
Day 41: Python Happy Number Checker, Detect Numbers Leading to 1 Through Digit Square Sums with Cycle Detection

Day 41: Python Happy Number Checker, Detect Numbers Leading to 1 Through Digit Square Sums with Cycle Detection

1
Comments
3 min read
Python basics - Day 22
Cover image for Python basics - Day 22

Python basics - Day 22

Comments
3 min read
Day 39: Python Word Counter, Count Words in Text with Whitespace Handling

Day 39: Python Word Counter, Count Words in Text with Whitespace Handling

1
Comments
2 min read
Python basics - Day 21
Cover image for Python basics - Day 21

Python basics - Day 21

2
Comments
3 min read
Day 38: Python Domain Extractor, Pull Unique Domains from Emails with Validation and Order Preservation

Day 38: Python Domain Extractor, Pull Unique Domains from Emails with Validation and Order Preservation

1
Comments
3 min read
Day 36: Python Integer Sequence Generator, Efficiently Concatenate Numbers from 1 to n with Interactive Input

Day 36: Python Integer Sequence Generator, Efficiently Concatenate Numbers from 1 to n with Interactive Input

1
Comments
5 min read
Day 37: Python Image Search, Case-Insensitive Filter for Matching Terms in Lists

Day 37: Python Image Search, Case-Insensitive Filter for Matching Terms in Lists

1
Comments
2 min read
Day 35: Python Morse Code Generator, Convert English Text to Morse with Full A-Z Mapping and Interactive Input

Day 35: Python Morse Code Generator, Convert English Text to Morse with Full A-Z Mapping and Interactive Input

1
Comments
4 min read
Python for DevOps: A Practical, No-Nonsense Learning Plan
Cover image for Python for DevOps: A Practical, No-Nonsense Learning Plan

Python for DevOps: A Practical, No-Nonsense Learning Plan

Comments
2 min read
Algorithm Problem 1
Cover image for Algorithm Problem 1

Algorithm Problem 1

Comments
2 min read
Python basics - Day 28
Cover image for Python basics - Day 28

Python basics - Day 28

2
Comments 3
2 min read
Day 34: Python Balanced Numbers Filter, Identify Numbers with Equal Even and Odd Digits Using Modular Checks

Day 34: Python Balanced Numbers Filter, Identify Numbers with Equal Even and Odd Digits Using Modular Checks

Comments
4 min read
Day 32: Python Temperature Converter, Switch Between Fahrenheit and Celsius with Inputs

Day 32: Python Temperature Converter, Switch Between Fahrenheit and Celsius with Inputs

1
Comments
2 min read
Code Cleanup Agents: True Multi-Agent Architecture Using Agentic Postgres
Cover image for Code Cleanup Agents: True Multi-Agent Architecture Using Agentic Postgres

Code Cleanup Agents: True Multi-Agent Architecture Using Agentic Postgres

5
Comments 4
6 min read
loading...