Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 327 Bytes

CONTRIBUTING.md

File metadata and controls

9 lines (6 loc) · 327 Bytes

CONTRIBUTING

It's a personal project for leetcode solutions, but PRs welcomed as well.

You should meet the following conditions:

  • the question of the solution you submit should have been solved by me
  • you should have a better solution either in time complexity or space complexity
  • you should use JavaScript or Python