mirror of
https://hub.njuu.cf/TheAlgorithms/C-Plus-Plus.git
synced 2023-10-11 13:05:55 +08:00
8ccd66bda3
* 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 |
||
---|---|---|
.. | ||
dijkstra.cpp | ||
huffman.cpp | ||
jumpgame.cpp | ||
knapsack.cpp | ||
kruskals_minimum_spanning_tree.cpp | ||
prims_minimum_spanning_tree.cpp |