Leetcode

Collection of leetcode problems to enhance problem-solving skill.

Contribution rules:

  • fork the repo
  • then clone it to your local machine
  • make a pull request
  • each problem should be in a separate directory, with readme file contains:
    • description of the problem.
    • demo and examples.
    • difficulty.
    • learning objectives.
    • link to the problem on leetcode.
  • each solution trial should be in separate file, and please document your solution so that any vistor can track your code easily (future you is included).
  • let's enjoy and learn together