No Description

Vinicius Teshima 1689bc7f9d Adding simple README 3 months ago
C bcccbbd14a Adding even faster solution for 1260 3 months ago
C++ 1672462db3 Adding even faster solution for 2108 3 months ago
Go eae745aa0f Adding solution for 897 3 months ago
PHP aa1a0d7c82 Adding solution for 2315 3 months ago
Python 5d7d142ba7 Adding even faster solution for 2006 3 months ago
Racket bd251e9962 Adding solution for 3065 3 months ago
Ruby 23031768b2 Adding solution for 268 3 months ago
TypeScript ec750404b5 Adding solution for 169 3 months ago
.python-version 732dcaccdd Adding solution for 2006 3 months ago
Makefile 2eacd9eaad Adding Initial solution for 1560 3 months ago
README.md 1689bc7f9d Adding simple README 3 months ago
build.sh f9607ecaf8 Adding Solution for 3637 3 months ago
language_chooser.sh 48df45d0c5 Updating language_chooser.sh 3 months ago

README.md

LeetCode Solutions

This repo holds all the code of the solution of the problems from LeetCode

Structure

Every directory in the root of the repo denotes languages that the solutions inside used.

The source code file name is always <problem_number>.<language_ext>.