Skip to content

Xtha-Sunil/LeetBase

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

LeetBase

Repository Structure

LeetBase/
|-> solutions/
|   |-> cpp/
|   |-> java/
|   |-> python/
|   |-> ... (Other languages)

Contributing

We welcome contributions! Here's how you can contribute:

  1. Fork the repository.

  2. Clone your fork locally:

    git clone https://github.com/YOUR-USERNAME/LeetBase.git
  3. Create a new branch for your changes:

    git checkout -b feature-branch-name
  4. Make your changes, adding new questions, solutions, or improving documentation.

  5. Stage your changes:

    git add .
  6. Commit your changes:

    git commit -m "Added new solution or question"
  7. Push your changes to the main branch:

    git push origin feature-branch-name
  8. 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!

About

Leetcode Database

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published