TheAlgorithms-C-Plus-Plus/operations_on_datastructures
Alvin Philips 1f0eff28d0
fix: Circular linked list (#1825)
* Create reverse_binary_tree.cpp

* Added documentation

Added Documentation for the level_order_traversal() function, and implemented a print() function to display the tree to STDOUT

* Added documentation

* Renamed tests to test

* Fixed issue with incorrect using statement

* updating DIRECTORY.md

* clang-format and clang-tidy fixes for fb86292d

* Added Test cases

* Update operations_on_datastructures/reverse_binary_tree.cpp

Co-authored-by: David Leal <halfpacho@gmail.com>

* Update operations_on_datastructures/reverse_binary_tree.cpp

Co-authored-by: David Leal <halfpacho@gmail.com>

* Update operations_on_datastructures/reverse_binary_tree.cpp

Co-authored-by: David Leal <halfpacho@gmail.com>

* Update operations_on_datastructures/reverse_binary_tree.cpp

Co-authored-by: David Leal <halfpacho@gmail.com>

* Update operations_on_datastructures/reverse_binary_tree.cpp

Co-authored-by: David Leal <halfpacho@gmail.com>

* Changed int to int64_t

* Updated documentation wording

* Rewrote node struct and file structure

* Added Circular Linked List

* Update doc

* Wrote bulk of code, added documentation

* clang-format and clang-tidy fixes for 06f11f1e

* Update operations_on_datastructures/circular_linked_list.cpp

Co-authored-by: David Leal <halfpacho@gmail.com>

* Update operations_on_datastructures/circular_linked_list.cpp

Co-authored-by: David Leal <halfpacho@gmail.com>

* clang-format and clang-tidy fixes for 25ed3ea0

* Added parameter documentation

* Added destructor for CircularLinkedList

* Fixed memory bug

* Update circular_linked_list.cpp

* Update circular_linked_list.cpp

* Added move constructor and assignment operator

* clang-format and clang-tidy fixes for b36e4736

* Fixed copy and move operators/constructors and added documentation

* clang-format and clang-tidy fixes for 24d3b9c2

* Added missing returns

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>
2021-11-02 11:03:49 -06:00
..
array_left_rotation.cpp fix: Array left rotation (#1792) 2021-10-25 23:08:12 -05:00
array_right_rotation.cpp fix: Array right rotation (#1793) 2021-10-24 14:20:34 +05:30
circular_linked_list.cpp fix: Circular linked list (#1825) 2021-11-02 11:03:49 -06:00
circular_queue_using_array.cpp Major rework to improve code quality and add automation checks (#805) 2020-06-19 21:34:56 +05:30
get_size_of_linked_list.cpp feat: added a function to get the size of a linked list (#763) 2020-05-19 06:59:38 +02:00
inorder_successor_of_bst.cpp feat: add inorder successor for bst in operations on ds (#1532) 2021-07-18 00:02:08 -05:00
intersection_of_two_arrays.cpp fix: Intersection of two arrays (#1781) 2021-10-24 20:49:27 +05:30
reverse_a_linked_list_using_recusion.cpp Major rework to improve code quality and add automation checks (#805) 2020-06-19 21:34:56 +05:30
reverse_binary_tree.cpp feat: Add Reverse a Binary Tree implementation (#1767) 2021-10-19 16:53:07 -05:00
selectionsortlinkedlist.cpp Major rework to improve code quality and add automation checks (#805) 2020-06-19 21:34:56 +05:30
trie_multiple_search.cpp feat: Multiple Variants of Search on Trie (#1456) 2021-02-24 14:03:25 +05:30
union_of_two_arrays.cpp fix: Union of two arrays (#1797) 2021-10-25 11:05:11 -05:00