TheAlgorithms-C-Plus-Plus/data_structures
Tisha Soumya f7a5aecce5
feat: Add reverse linked list algorithim (#1596)
* 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>
2021-09-26 19:03:53 -05:00
..
cll
avltree.cpp
binary_search_tree2.cpp feat: add new implementation of binary search tree (#1208) 2021-02-05 15:37:16 +05:30
binary_search_tree.cpp fix: Various LGTM fixes 2020-06-23 15:13:28 -05:00
binaryheap.cpp reverted line 27 2020-06-24 02:22:20 +05:30
circular_queue_using_linked_list.cpp read violation resolved (#1496) 2021-05-25 10:52:52 +05:30
CMakeLists.txt
disjoint_set.cpp formatting source-code for a887dc59ed8e790d479773e0ce5e24c6db110afb 2020-06-24 00:37:36 +05:30
doubly_linked_list.cpp
linked_list.cpp fix: Corrected erase method in data_structures/linked_list.cpp (#1494) 2021-05-09 22:24:05 -05:00
linkedlist_implentation_usingarray.cpp
list_array.cpp [docs/test]: Documentation and test in the list_array.cpp (#1375) 2021-02-05 15:35:44 +05:30
morrisinorder.cpp
queue_using_array2.cpp
queue_using_array.cpp feat: Add ncr mod p code (#1325) 2020-11-22 23:05:01 +05:30
queue_using_linked_list.cpp
queue_using_linkedlist.cpp
queue_using_two_stacks.cpp Added queue implementation using two stacks (#953) 2020-07-18 17:01:03 -04:00
queue.h
rb_tree.cpp fix: LGTM warnings in... 2021-03-07 21:19:21 -06:00
reverse_a_linked_list.cpp feat: Add reverse linked list algorithim (#1596) 2021-09-26 19:03:53 -05:00
skip_list.cpp feat: Added merge-insertion sort from #246 (#1062) 2020-09-03 08:51:30 -04:00
sparse_table.cpp feat: add spare table data structure (#1502) 2021-06-07 15:24:49 -05:00
stack_using_array.cpp Updated stack_using_array.cpp (#1137) 2020-10-02 08:22:14 -04:00
stack_using_linked_list.cpp fix: Variable name 2020-06-23 18:50:14 -05:00
stack.h fixed function argument 2020-06-24 10:48:18 -04:00
student.txt
test_queue.cpp
test_stack_students.cpp
test_stack.cpp
tree_234.cpp feat: add 2-3-4-tree implment (#1366) 2020-12-01 11:16:49 +05:30
tree.cpp
trie_modern.cpp remove Copyright from docs 2020-07-08 12:30:13 -04:00
trie_tree.cpp [fix] rename data_structures namespace (#1061) 2020-08-27 17:13:27 -04:00
trie_using_hashmap.cpp feat: Trie data structure using hashmap, predict_words method, class Trie (#1464) 2021-03-18 23:58:33 +05:30