We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56b4183 commit c73af5cCopy full SHA for c73af5c
solutions/279.Perfect_Squares/AC_recursive_sqrtn.cpp renamed to solutions/279.Perfect_Squares/AC_recursive_nsqrtn.cpp
@@ -1,6 +1,6 @@
1
/*
2
* Author: illuz <iilluzen[at]gmail.com>
3
-* File: AC_recursive_n2.cpp
+* File: AC_recursive_nsqrtn.cpp
4
* Create Date: 2015-10-26 10:11:03
5
* Descripton: recursiev + memorization
6
*/
0 commit comments