mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-02-10 05:57:14 +08:00
added see also reference to fibonacci
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
* found if we have already found n/2th or (n+1)/2th fibonacci It is a property
|
||||
* of fibonacci similar to matrix exponentiation.
|
||||
*
|
||||
* @see fibonacci_large.cpp, fibonacci.cpp
|
||||
* @see fibonacci_large.cpp, fibonacci.cpp, string_fibonacci.cpp
|
||||
*/
|
||||
|
||||
#include <cinttypes>
|
||||
|
||||
Reference in New Issue
Block a user