Skip to content

Yuki-bach/atcoder

Repository files navigation

🚀 AtCoder Solutions Collection ✨


🌐 Links & Resources

📦 Resource 🔗 Link
🏁 Contest Platform AtCoder Official
📊 Dashboard & Analytics Kenkoooo Dashboard

🛠️ Shell Scripts Usage

🎨 Create Scripts

Create new problem directories with template files:

# 🐍 Python
./scripts/create_py.sh <problem_name>

# 💎 Ruby  
./scripts/create_rb.sh <problem_name>

# 📘 TypeScript
./scripts/create_ts.sh <problem_name>

📝 Example: ./scripts/create_py.sh ABC367_A

⚡ Run Scripts

Execute solutions with input files:

# 🐍 Python
./scripts/run_py.sh <task_name>

# 💎 Ruby
./scripts/run_rb.sh <task_name>

# 📘 TypeScript (includes ESLint check)
./scripts/run_ts.sh <task_name>

📝 Example: ./scripts/run_py.sh ABC367_A


🎊 Happy Coding! 🎊

Keep practicing and improving your algorithmic skills! 💪

🌟 "Every expert was once a beginner" 🌟

About

online coding contests in Japan

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors