Skip to content

Latest commit

 

History

History
51 lines (37 loc) · 1.59 KB

File metadata and controls

51 lines (37 loc) · 1.59 KB

🎯 Code Challenges

Welcome to the Code Challenges repository! This collection contains various programming challenges designed to help you improve your coding skills. 💡

📁 Repository Structure

  • cpp/ - C++ programming challenges
  • python/ - Python programming challenges
  • .github/ - GitHub workflow configurations (view only)

🚀 Getting Started

  1. Each challenge is located in its own directory with a dedicated README file
  2. Read the challenge README thoroughly before starting
  3. Follow the instructions and requirements specified in each challenge
  4. Write your solution in the appropriate language folder

ℹ️ Important Notes

  • Each challenge directory contains:
    • 📝 A detailed README.md with problem description
    • 🔍 Example inputs and expected outputs
    • 📚 Any additional resources needed
  • The .github/ directory contains CI/CD workflows. You may view these files, but do not modify them ⚠️

📖 How to Use

  1. Fork this repo
  2. Clone the your fork
  3. Navigate to the challenge you want to solve
  4. Read the challenge README
  5. Write up your solution
  6. Commit & push your changes

🤝 Contributing

While you shouldn't modify the workflow files, we welcome:

  • 🐛 Bug reports
  • 💭 Suggestions for new challenges
  • 📚 Documentation improvements

If you want to contribute new solutions, follow the guidelines provided in contributions guideline


Made with ❤️ by GKSS UNISA