joaomarcuslf / leet-discuss

Daily meeting to discuss Leetcode challenges

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

leet-discuss

How to use

Daily we are going to disccuss solutions for the challenge of the day on LeeCode. If you want fo join, just follow the steps below:

  1. Create a branch: code/<your-name>-<challenge-number>
  2. Create a folder with the name of the challenge, if it does not already exists
  3. Inside the folder, create a file with the name of the challenge and the extension of the language you are using. For example: 0001_two_sum.py, write there your solution.
  4. Create a pull request to the main branch.
  5. Wait until the meeting so we can disccuss your solution.

About

Daily meeting to discuss Leetcode challenges


Languages

Language:Python 30.2%Language:Java 29.9%Language:TypeScript 24.0%Language:Go 11.7%Language:JavaScript 4.2%