Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 1.32 KB

index.md

File metadata and controls

32 lines (19 loc) · 1.32 KB
layout permalink permalink_name title detail_image
home
/
/home
Problem Of The Week
assets/theme_logo.png

Welcome to the Coding Club NISER's Problem of the Week (POTW)! This is where you can dive into challenging puzzles, flex your problem-solving skills, and explore exciting ideas in programming, computer science and mathematics. Each week, we release a new problem tailored for curious minds eager to test their skills and learn something new.

Submit Your Solution: Think you've solved it? Submit your solution and see your name on the leaderboard.

Earn Points: Solve problems, earn points, and make your mark on the leaderboard.

Hints & Discussions: Stuck on a problem? Join our Discord community to discuss hints and strategies, and improve together.

This Week's Challenge

{% assign last_problem = site.problems | last %}

[{{ last_problem.title }}]({{ site.baseurl }}{{ last_problem.url }})

Posted on {{ last_problem.date | date: "%B %d, %Y" }}

{{ last_problem.description }}

Beginner Python Challenges

If you're a beginner, you can check out some beginner challenges at [Beginner Python Challenges]({{ site.baseurl }}/CS141).

Happy coding!