RieBi / LeetCodeSolutions

My solutions of LeetCode problems

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RieBi's LeetCode Solutions

Here you can find my solutions of LeetCode problems in C# language.

The repository is structured in the following way:

  • πŸ’Ό In repository folder, there is a folder for each thousand of problems
  • πŸ“ In each folder, there is a file which contains a class with a hundred of problems
  • πŸ“Ž Each solution to a problem is in a method or a class supplied with ProblemSolutionAttribute attribute
  • 😎 Running the solution would log the numbers of completed problems to the console, and the total number of them, and would as well update this file

πŸ’‘ Currently, there are 276 problems solved in the repository. More to come! πŸ’‘

About

My solutions of LeetCode problems

License:GNU General Public License v3.0


Languages

Language:C# 100.0%