Skip to content

Quantivio/lets_solve_problems

Repository files navigation

Let's Solve Problems, Together

Welcome to the community of problem solvers! We're here to tackle challenges on LeetCode and CodeChef with multiple solutions. Our focus is on Python solutions, but we're always looking to expand to other languages. Join us in our mission to improve our skills and find innovative solutions. View the list of solved problems here.

Contribute and Grow

We'd love for you to contribute to this repository and help us grow. Here's how you can do so:

  1. Fork this repository
  2. Clone the forked repository to your local machine
  3. Create a new branch with the name of the problem you're solving
  4. Add your solution with clear explanations in the relevant language folder
  5. Commit and push your changes
  6. Create a pull request
  7. Wait for your PR to be merged

Guidelines to Follow

To ensure a smooth contribution process, please follow these guidelines:

  1. Place your solution in the relevant language folder
  2. Include clear explanations with your solution
  3. If adding a new language, create a new folder with its name
  4. Use pre-commit hooks for linting and formatting, to maintain code quality
  5. If adding a new language, include its linting and formatting commands in the pre-commit hooks