mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-02-12 06:56:59 +08:00
Author_edit_Update greedy_algorithms/jumpgame.cpp
Co-authored-by: David Leal <halfpacho@gmail.com>
This commit is contained in:
committed by
GitHub
parent
f3cbd1edc9
commit
639b3ac577
@@ -4,7 +4,7 @@
|
||||
* \details
|
||||
* This algorithm is a greedy algorithm.
|
||||
* This solution takes in input as a vector and output as a boolean to check if you can reach the last position.
|
||||
* @author rakshaa2000
|
||||
* @author [Rakshaa Viswanathan](https://github.com/rakshaa2000)
|
||||
*/
|
||||
//Jump Game:
|
||||
/*Given an array of non-negative integers, you are initially positioned at the first index of the array.
|
||||
|
||||
Reference in New Issue
Block a user