Skip to content

Commit 4b80b8a

Browse files
authored
Rename 2 sum cpp.md to 2 sum cpp.cpp
1 parent cf1ba6a commit 4b80b8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

1) 2 sum (easy)/2 sum cpp.md renamed to 1) 2 sum (easy)/2 sum cpp.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,4 @@ class Solution {
4343
}
4444
return ret;
4545
}
46-
}; //O(n)
46+
}; //O(n)

0 commit comments

Comments
 (0)