Skip to content

Commit 2eda827

Browse files
committed
Update two-sum.md
1 parent 180d7cd commit 2eda827

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

analysis/two-sum.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
1-
/**
2-
* @file two-sum.md
3-
* @Brief
4-
* @author Brian
5-
* @version 1.0
6-
* @date 2014-09-11
7-
*/
1+
@file two-sum.md
2+
@author Brian
3+
@version 1.0
4+
@date 2014-09-11
85

96

107
##Two Sum [ [sourcecode](../src/TwoSum.cpp) | [problem](https://oj.leetcode.com/problems/two-sum/) ]

0 commit comments

Comments
 (0)