Skip to content

Latest commit

 

History

History
45 lines (36 loc) · 3.83 KB

CONTRIBUTION.md

File metadata and controls

45 lines (36 loc) · 3.83 KB

Contributing Guidelines

This project aims to create a common source from all Daily Challenge questions on LeetCode and values every single contribution made by the community.

We aim to solve all the Daily Challenge questions in the LeetCode Algorithms domain in as many languages as possible to show the different code styles and approaches that can be used to solve the same problem.

Contributing is very simple, simply identify a question from the README file that has yet to be solved in a programming language of your choice.

Solve that question and make sure that all tests pass on LeetCode, and the solution is accepted and then create a pull request with the added solution and updated readme.

Pull Request Process

  1. Fork this repository to your github account and then clone your forked repository to your machine.
  2. Say you solve some problem called cars-and-trucks in using your favorite programming language, say Python then simple add a new file called cars-and-trucks.py in the python directory.
  3. In the README file, add a Python logo along with an empty link.
  4. Updating the link for the solution will be done by the Project maintainers (aka. Tarun Bisht)

Programming Language Logos

To add a logo in the README table simply add a link with an embedded picture as

[![Python](icon-link)](this link will be filled by the author if the pull request is accepted)

For the icon link refer to the table below to obtain the link for a specific programming language:

Programming Language Icon Icon Link
Java Java https://img.icons8.com/color/35/000000/java.png
Python Python https://img.icons8.com/color/35/000000/python.png
C C https://img.icons8.com/color/35/000000/c-programming.png
C++ C++ https://img.icons8.com/color/35/000000/c-plus-plus-logo.png
C# C# https://img.icons8.com/color/35/000000/c-sharp-logo.png
JavaScript JavaScript https://img.icons8.com/color/40/000000/javascript.png
TypeScript TypeScript https://img.icons8.com/color/40/000000/typescript.png
Ruby Ruby https://img.icons8.com/office/35/000000/ruby-programming-language.png
Scala Scala https://img.icons8.com/office/35/000000/ruby-programming-language.png
PHP PHP https://img.icons8.com/officel/40/000000/php-logo.png
Swift Swift https://img.icons8.com/fluent/40/000000/swift.png