From dd973c8a9309a94a9ca6813bd4d3b8427a987c79 Mon Sep 17 00:00:00 2001 From: zcm211 Date: Thu, 15 Jun 2017 09:49:04 +0800 Subject: [PATCH] add folder --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 63e7ac7..8d171da 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ -| ID | Title | Difficulty | Note | Java | Python | Ruby | JavaScript | C++ | -|----|:--|:--:|:--:|:--:|:--:|:--:|:--:|:--:| +| ID | Title | Difficulty | Note | Java | Python | Ruby | JavaScript | C++ | lua | go | +|----|:--|:--:|:--:|:--:|:--:|:--:|:--:|:--:|:--:|:--:| |001|[Two Sum](https://leetcode.com/problems/two-sum/)|Easy|noNote|[Java](https://github.com/corpsepiges/leetcode/blob/master/Algorithms/001.%20Two%20Sum/Solution.java)|[Python](https://github.com/corpsepiges/leetcode/blob/master/Algorithms/001.%20Two%20Sum/Solution.py)|[Ruby](https://github.com/corpsepiges/leetcode/blob/master/Algorithms/001.%20Two%20Sum/Solution.rb)|[JavaScript](https://github.com/corpsepiges/leetcode/blob/master/Algorithms/001.%20Two%20Sum/Solution.js)|no| |002|[Add Two Numbers](https://leetcode.com/problems/add-two-numbers/)|Medium|noNote|[Java](https://github.com/corpsepiges/leetcode/blob/master/Algorithms/002.%20Add%20Two%20Numbers/Solution.java)|[Python](https://github.com/corpsepiges/leetcode/blob/master/Algorithms/002.%20Add%20Two%20Numbers/Solution.py)|[Ruby](https://github.com/corpsepiges/leetcode/blob/master/Algorithms/002.%20Add%20Two%20Numbers/Solution.rb)|[JavaScript](https://github.com/corpsepiges/leetcode/blob/master/Algorithms/002.%20Add%20Two%20Numbers/Solution.js)|no| |003|[Longest Substring Without Repeating Characters](https://leetcode.com/problems/longest-substring-without-repeating-characters/)|Medium|noNote|[Java](https://github.com/corpsepiges/leetcode/blob/master/Algorithms/003.%20Longest%20Substring%20Without%20Repeating%20Characters/Solution.java)|[Python](https://github.com/corpsepiges/leetcode/blob/master/Algorithms/003.%20Longest%20Substring%20Without%20Repeating%20Characters/Solution.py)|no|no|no|