Skip to content
Yasin Shabani Varaki edited this page Jun 25, 2023 · 6 revisions

Algorithmic Problem Solving Repository

Welcome to the Algorithmic Problem Solving repository! This repository contains solutions to various algorithmic questions and problems.

Contributing:

  1. Fork the repository.
  2. Create a new branch for your changes.
  3. Make your changes, following the guidelines.
  4. Test your code thoroughly.
  5. Commit and push your changes.
  6. Submit a pull request, explaining your changes.

Problem Solving Guidelines:

  1. Include problem statements in the "Problem Statements" directory.
  2. Structure your code with proper indentation and meaningful variable names.
  3. Include comments to explain the solution approach.
  4. Test your solution with various cases.
  5. Avoid multiple solutions for the same problem, unless significantly different.
  6. Include time and space complexity analysis.
Clone this wiki locally