Skip to content

Commit 4a129a4

Browse files
maintain readme for twoSum python solution
1 parent d0e5a11 commit 4a129a4

File tree

1 file changed

+1
-1
lines changed

1 file 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/twoSum/twoSum-java.md), [js](./algorithms/twoSum/twoSum-js.md) |Easy|
414+
|1|[Two Sum](https://leetcode.com/problems/two-sum/) | [java](./algorithms/twoSum/twoSum-java.md), [js](./algorithms/twoSum/twoSum-js.md),[python](./algorithms/twoSum/twoSum-python.md) |Easy|

0 commit comments

Comments
 (0)