diff --git "a/\347\256\227\346\263\225\346\200\235\347\273\264\347\263\273\345\210\227/twoSum\351\227\256\351\242\230\347\232\204\346\240\270\345\277\203\346\200\235\346\203\263.md" "b/\347\256\227\346\263\225\346\200\235\347\273\264\347\263\273\345\210\227/twoSum\351\227\256\351\242\230\347\232\204\346\240\270\345\277\203\346\200\235\346\203\263.md" index 9dcf5b09d6ee1927a37b15f42287e5141283ce1a..1c719320d7652bcafe87e147a9ed495b8e54814e 100644 --- "a/\347\256\227\346\263\225\346\200\235\347\273\264\347\263\273\345\210\227/twoSum\351\227\256\351\242\230\347\232\204\346\240\270\345\277\203\346\200\235\346\203\263.md" +++ "b/\347\256\227\346\263\225\346\200\235\347\273\264\347\263\273\345\210\227/twoSum\351\227\256\351\242\230\347\232\204\346\240\270\345\277\203\346\200\235\346\203\263.md" @@ -187,7 +187,7 @@ int[] twoSum(int[] nums, int target) { ======其他语言代码====== -由[JodyZ203](https://github.com/JodyZ0203)提供 1. Two Sums Python3 解法代码: +由[JodyZ0203](https://github.com/JodyZ0203)提供 1. Two Sums Python3 解法代码: ;; 只用一个哈希表