Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 1.01 KB

File metadata and controls

29 lines (22 loc) · 1.01 KB

📌 Contribution Guidelines

Thank you for your interest in contributing to our project! We welcome all contributions, but to ensure a smooth and collaborative process, please follow these guidelines.

💭 How to Contribute

  1. Star this repository (to support the project)
  2. Fork this repository
  3. Clone your fork
  4. Create a new branch
  5. Add your solution in an appropriate directory structure:
    • First level: Programming language (e.g., Python/, Java/, CPP/)
    • Second level: Your chosen topic (e.g., trees/, arrays/, graphs/)
    • Example: Python/searching/binary_search.py or Java/Trees/BinarySearch.java
    • Feel free to create new directories if needed
  6. Commit and push
  7. Open a Pull Request

✅ Rules

  • File naming: problem_name.language_extension
  • Comment your code clearly
  • The problem name must be clearly mentioned in the comments
  • Avoid duplicate solutions in the same language
  • New solutions for different languages are welcome