Skip to content

Commit f0e566a

Browse files
committedSep 21, 2020
change organized style
1 parent 51289a3 commit f0e566a

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed
 

‎README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -411,4 +411,4 @@ LeetCode
411411
|4|[Median of Two Sorted Arrays](https://leetcode.com/problems/median-of-two-sorted-arrays/)| |Hard|
412412
|3|[Longest Substring Without Repeating Characters](https://leetcode.com/problems/longest-substring-without-repeating-characters/)| |Medium|
413413
|2|[Add Two Numbers](https://leetcode.com/problems/add-two-numbers/)| |Medium|
414-
|1|[Two Sum](https://leetcode.com/problems/two-sum/) | [java](./algorithms/java/twoSum.md), [js](./algorithms/js/twoSum.md) |Easy|
414+
|1|[Two Sum](https://leetcode.com/problems/two-sum/) | [java](./algorithms/twoSum/twoSum-java.md), [js](./algorithms/twoSum/twoSum-js.md) |Easy|
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)
Please sign in to comment.