mirror of
https://hub.njuu.cf/TheAlgorithms/C-Plus-Plus.git
synced 2023-10-11 13:05:55 +08:00
* add: reverse linked list algorithim * updating DIRECTORY.md * clang-format and clang-tidy fixes for 5cac47c9 * Update data_structures/reverse_a_linked_list.cpp Co-authored-by: David Leal <halfpacho@gmail.com> * Update data_structures/reverse_a_linked_list.cpp Co-authored-by: David Leal <halfpacho@gmail.com> * Update the description in data_structures/reverse_a_linked_list.cpp Co-authored-by: David Leal <halfpacho@gmail.com> * clang-format and clang-tidy fixes for 19b4a937 * Updating data_structures/reverse_a_linked_list.cpp Co-authored-by: David Leal <halfpacho@gmail.com> * add:test for the reversing algorithim * fix: synatx changes * docs :added an external link for explanation of the algorithim * fix: suggested changes * fix: chamges in the code * docs : changes required in the docs * docs :fix indentation * fix : ouptut statement changes * fix: clang-tidy warnings * formatting filenames f7695035 * updating DIRECTORY.md * clang-format and clang-tidy fixes for f7695035 * fix : display function removed * updating DIRECTORY.md * clang-format and clang-tidy fixes for 38547be2 * fix: changed the data types * clang-format and clang-tidy fixes for 3b2e68c2 * docs : documentation fixes Co-authored-by: David Leal <halfpacho@gmail.com> * docs : documentation changes Co-authored-by: David Leal <halfpacho@gmail.com> * clang-format and clang-tidy fixes for 57953be1 * docs: fix changes Co-authored-by: David Leal <halfpacho@gmail.com> * clang-format and clang-tidy fixes for db8e74a9 * fix : display changes Co-authored-by: ERR ! <75872316+amino19@users.noreply.github.com> * fix : added try block * fix: try-catch block * fix :merge conflict * docs:documentation changes * added more efficient test cases * clang-format and clang-tidy fixes for 83ee6e44 * Update data_structures/reverse_a_linked_list.cpp Co-authored-by: David Leal <halfpacho@gmail.com> Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com> Co-authored-by: David Leal <halfpacho@gmail.com> Co-authored-by: Abhinn Mishra <49574460+mishraabhinn@users.noreply.github.com> Co-authored-by: ERR ! <75872316+amino19@users.noreply.github.com>