LeetCode-Go
LeetCode-Go copied to clipboard
Update 0001.Two-Sum.md
Improve performance by using the index returned by the map instead of searching from the map again.