mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-04-13 16:59:50 +08:00
documentation update 1
Co-authored-by: David Leal <halfpacho@gmail.com>
This commit is contained in:
committed by
GitHub
parent
ff2b89c4bc
commit
817754c9ce
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user