Rakshaa Viswanathan 8ccd66bda3
Created jumpgame.cpp (#1068)
* 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 072f9cc946271eab3807d59a48a0958ca375458e.

* Revert "Update greedy_algorithms/jumpgame.cpp"

This reverts commit f308a5f6c2f02feb4b3a1122e7a3bd89b123e26d.

* Revert "Update greedy_algorithms/jumpgame.cpp"

This reverts commit 4b6eb0cbc95568b2bc3e5e2bc4a2f76433ef8374.

Co-authored-by: David Leal <halfpacho@gmail.com>
Co-authored-by: Krishna Vedala <7001608+kvedala@users.noreply.github.com>
2020-10-02 08:21:16 -04:00
..
2020-10-02 08:21:16 -04:00