mirror of
https://bitbucket.org/Mattrixwv/my-classes.git
synced 2025-12-06 18:23:57 -05:00
Updated prototype to show correct function
This commit is contained in:
@@ -54,7 +54,7 @@ bool isFound(T num, std::vector<T> list);
|
|||||||
std::vector<std::string> getPermutations(std::string master, int num = 0);
|
std::vector<std::string> getPermutations(std::string master, int num = 0);
|
||||||
//These functions return the numth Fibonacci number
|
//These functions return the numth Fibonacci number
|
||||||
uint64_t getFib(uint64_t num);
|
uint64_t getFib(uint64_t num);
|
||||||
void getFib(mpz_t fibNum, uint64_t num);
|
mpz_class getMpzFib(uint64_t num);
|
||||||
//This is a function that performs a bubble sort on a vector
|
//This is a function that performs a bubble sort on a vector
|
||||||
template<class T>
|
template<class T>
|
||||||
bool bubbleSort(std::vector<T> nums);
|
bool bubbleSort(std::vector<T> nums);
|
||||||
|
|||||||
Reference in New Issue
Block a user