Pārlūkot izejas kodu

Adding simple README

Vinicius Teshima 1 mēnesi atpakaļ
vecāks
revīzija
1689bc7f9d
1 mainītis faili ar 10 papildinājumiem un 0 dzēšanām
  1. 10 0
      README.md

+ 10 - 0
README.md

@@ -0,0 +1,10 @@
+# LeetCode Solutions
+
+This repo holds all the code of the solution of the problems from [LeetCode](leetcode.com)
+
+# 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>`.