Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🌐 URI Online Judge

Dashboard Solved Challenges

This repository contains my solutions for URI Online Judge (beecrowd) problems.

URI Online Judge is a platform featuring programming challenges of various domains and difficulties to improve algorithmic thinking and problem-solving skills.

🛠️ Setup

No external dependencies are required. Ensure you have Python installed.

✨ Creating a New Problem

To create a new problem template file, run the create_problem.sh script:

./create_problem.sh <category> <problem_number>

Example:

./create_problem.sh Beginner 1001

Or for a tried problem (which will be excluded from the solved counts):

./create_problem.sh Tried/Beginner 1001

This script will validate the category and problem number, create the directories if they don't exist, check that the file doesn't already exist, and create a starter Python file with a template.

🔄 Updating Progress Summary

To update the progress summary table in this README.md after solving new problems, run the generate_readme.py script:

python3 generate_readme.py

About

Solved problems from URI Online Judge

Topics

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages