Skip to content

Commit

Permalink
Rename Two-Sum.cpp to _052)_Two-Sum.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
shubhanshurav authored Dec 30, 2022
1 parent fb91691 commit bc62a3e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ vector<int> twoSum(vector<int>& A, int target) {

return ans;

}
}

0 comments on commit bc62a3e

Please sign in to comment.