mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-02-12 15:05:47 +08:00
Update math/n_bonacci.cpp
Co-authored-by: David Leal <halfpacho@gmail.com>
This commit is contained in:
@@ -14,6 +14,7 @@
|
|||||||
*
|
*
|
||||||
* @author [Swastika Gupta](https://github.com/Swastyy)
|
* @author [Swastika Gupta](https://github.com/Swastyy)
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <algorithm> /// for std::is_equal, std::swap
|
#include <algorithm> /// for std::is_equal, std::swap
|
||||||
#include <cassert> /// for assert
|
#include <cassert> /// for assert
|
||||||
#include <iostream> /// for IO operations
|
#include <iostream> /// for IO operations
|
||||||
|
|||||||
Reference in New Issue
Block a user