Skip to content

The repo is for open source contributions for solutions of online Python problem

License

Notifications You must be signed in to change notification settings

zubayr-ahmad/solutions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python Programming Practice Solutions Repository

Open Source Contributions Welcome

Welcome to the Python Programming Solutions Repository! This repository is dedicated to collecting and sharing solutions to various programming problems from popular online platforms such as LeetCode, Codeforces, HackerRank, and more. Whether you're a beginner looking to learn Python or an experienced programmer honing your skills, this repository provides a collaborative space to contribute and learn.

Table of Contents

About

This repository serves as a central hub for Python solutions to programming problems. Each problem solution includes the code implementation along with a link to the original problem statement on the respective online platform. You must include the problem link in the top of source code file in the comment. By creating a comprehensive collection of solutions, we aim to provide a valuable resource for programmers to enhance their problem-solving abilities and deepen their understanding of Python.

Getting Started

To get started, follow these simple steps:

  1. Fork this repository.
  2. Clone your forked repository to your local machine.
  3. Explore the solutions directory to find problems categorized by platform.
  4. Choose a problem you'd like to contribute to or solve.
  5. Create a new branch for your solution: git checkout -b your-branch-name.
  6. Write your solution code, ensuring to include the problem link in your solution file.
  7. Commit your changes: git commit -m "Add solution for <problem-name>".
  8. Push your changes to your forked repository: git push origin your-branch-name.
  9. Create a pull request (PR) to contribute your solution.

Contributing

Contributions are welcome and greatly appreciated! If you'd like to contribute to the repository, feel free to follow the steps outlined in the Contributing Guidelines. Whether you're adding solutions, improving documentation, or optimizing code, your contributions help make this repository a valuable resource for the community.

Usage

You can freely explore and use the solutions in this repository for learning purposes. To use a solution, simply navigate to the respective directory and view the code implementation. Please remember that understanding the solutions is key to enhancing your problem-solving skills.

License

This project is licensed under the MIT License. By contributing to this repository, you agree to abide by the terms outlined in the license.


Happy coding and problem-solving!

About

The repo is for open source contributions for solutions of online Python problem

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages