Skip to content

Commit c73af5c

Browse files
committed
Rename: correct the complexity.
1 parent 56b4183 commit c73af5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: solutions/279.Perfect_Squares/AC_recursive_sqrtn.cpp renamed to solutions/279.Perfect_Squares/AC_recursive_nsqrtn.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* Author: illuz <iilluzen[at]gmail.com>
3-
* File: AC_recursive_n2.cpp
3+
* File: AC_recursive_nsqrtn.cpp
44
* Create Date: 2015-10-26 10:11:03
55
* Descripton: recursiev + memorization
66
*/

0 commit comments

Comments
 (0)