documentation update 2

Co-authored-by: David Leal <halfpacho@gmail.com>
This commit is contained in:
Rakshaa Viswanathan 2020-09-05 10:25:47 +05:30 committed by GitHub
parent 817754c9ce
commit df39755e3b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -37,6 +37,7 @@ bool canJump(std::vector<int> nums) {
/**
* @brief Function to test above algorithm
* @returns void
*/
void test(){
//Test 1