manasec / hacktoberfest2019-leetcode

This repository is a collection of all the LeetCode problem solutions using different programming languages. Happy HacktoberFest-2019!!! #hacktoberfest #firstpullrequest
MIT License
5 stars 40 forks source link

Making the whole project consistent #14

Closed marcospb19 closed 4 years ago

marcospb19 commented 4 years ago

Added a folder for each language, the .empty files should be deleted as soon as the folder it is contained receives any solution.

Those files only exist so git can track the empty folders.

Renamed Python to Python3, as we should not expect people coding to Python2 anymore.

Fixed the Solution#83.cpp being totally different from the LeetCode format (also coded a slightly better solution).

Added my name to Contributors.md

Added question information for each submission.