documentation update 1

Co-authored-by: David Leal <halfpacho@gmail.com>
This commit is contained in:
Rakshaa Viswanathan
2020-09-05 10:24:12 +05:30
committed by GitHub
parent ff2b89c4bc
commit 817754c9ce

View File

@@ -21,7 +21,7 @@
*/
/**
* @brief This function implements the above algorithm
* @param vector of nums containing the maximum jump (in steps) from that index
* @param array of numbers containing the maximum jump (in steps) from that index
* @return returns bool value whether final index can be reached or not
*/
bool canJump(std::vector<int> nums) {