Code Club Week 3 POTW
Code Club Week 3 POTW
PROBLEMS OF
THE WEEK SERIES
WEEK 3
Level 0
Q1- For loop in C- click here
Topics explored: A problem that helps you go a step further in for loops. By focusing on
whether numbers are even or odd, this problem introduces basic number properties, which
are often part of coding assessments. This strengthens logic-building skills, especially for
beginners.
Level 1
Q1- Strong password - click here
Topics explored: This problem is a great way to explore string manipulation and character
analysis. It introduces counting unmet conditions, and aggregating missing requirements to
calculate the minimum number of additions needed. This concept is essential in many real-
world validation and compliance checks, where multiple criteria must be met for a condition
to pass.
Level 2
Q1- Balanced Brackets - click here
Topics explored: This challenge enhances your logical thinking by focusing on validating
matching pairs and ensuring balance in sequences. It's an excellent way to build a solid
foundation.