* Created jumpgame.cpp
An algorithm to check if you can reach the destination
* Changed header files
* Changed header files
* Fixed warnings
* Fixed bug and removed namespace std
* fixed bugs final
* Updated changes
* added documentation
Added description of the problem and a brief explanation of the algorithm.
* Delete linked list without head pointer
You are given a pointer/ reference to the node which is to be deleted from the linked list of N nodes. The task is to delete the node. Head pointer is not given.
* fixed bugs
* Author_edit_Update greedy_algorithms/jumpgame.cpp
Co-authored-by: David Leal <halfpacho@gmail.com>
* main_func_Update greedy_algorithms/jumpgame.cpp
Co-authored-by: David Leal <halfpacho@gmail.com>
* documentation added, testing yet to be added
* Added test function
* deleted linked list without head
* documentation update 1
Co-authored-by: David Leal <halfpacho@gmail.com>
* documentation update 2
Co-authored-by: David Leal <halfpacho@gmail.com>
* test func update 1
Co-authored-by: David Leal <halfpacho@gmail.com>
* documentation updated final
* Formatting update
Co-authored-by: David Leal <halfpacho@gmail.com>
* Formatting update 1
Co-authored-by: David Leal <halfpacho@gmail.com>
* Formatting update 2
Co-authored-by: David Leal <halfpacho@gmail.com>
* Update return
Co-authored-by: David Leal <halfpacho@gmail.com>
* Update greedy_algorithms/jumpgame.cpp
Co-authored-by: Krishna Vedala <7001608+kvedala@users.noreply.github.com>
* Update greedy_algorithms/jumpgame.cpp
Co-authored-by: Krishna Vedala <7001608+kvedala@users.noreply.github.com>
* Added link to the problem
* documentation update 3
Co-authored-by: David Leal <halfpacho@gmail.com>
* documentation update 4
* Update greedy_algorithms/jumpgame.cpp
Co-authored-by: David Leal <halfpacho@gmail.com>
* Update greedy_algorithms/jumpgame.cpp
Co-authored-by: David Leal <halfpacho@gmail.com>
* Update greedy_algorithms/jumpgame.cpp
Co-authored-by: David Leal <halfpacho@gmail.com>
* Revert "Update greedy_algorithms/jumpgame.cpp"
This reverts commit 072f9cc946.
* Revert "Update greedy_algorithms/jumpgame.cpp"
This reverts commit f308a5f6c2.
* Revert "Update greedy_algorithms/jumpgame.cpp"
This reverts commit 4b6eb0cbc9.
Co-authored-by: David Leal <halfpacho@gmail.com>
Co-authored-by: Krishna Vedala <7001608+kvedala@users.noreply.github.com>