LeetBase/
|-> solutions/
| |-> cpp/
| |-> java/
| |-> python/
| |-> ... (Other languages)
We welcome contributions! Here's how you can contribute:
-
Fork the repository.
-
Clone your fork locally:
git clone https://github.com/YOUR-USERNAME/LeetBase.git
-
Create a new branch for your changes:
git checkout -b feature-branch-name
-
Make your changes, adding new questions, solutions, or improving documentation.
-
Stage your changes:
git add .
-
Commit your changes:
git commit -m "Added new solution or question"
-
Push your changes to the main branch:
git push origin feature-branch-name
-
Wait for Review: Submit a pull request and wait for the review.
- Upon approval, your changes will be merged into the repository.
Thank you for your contribution!