TheAlgorithms-C-Plus-Plus/operations_on_datastructures
g-s-k-zoro ef0e7ff87c
feat: Multiple Variants of Search on Trie (#1456)
* Trie with 3 types of search

* Trie with 3 types of search and all basic operations

* updating DIRECTORY.md

* docs: added Main function documentation

* test: Added test for operations and improved documentation

* docs: Code formatted to conform more with clang

* docs: Code formatted to conform more with clang

* docs: Code formatted to conform more with clang format

* docs: Code formatted to conform more with clang format

* docs: Code format conforms to clang format

* docs: Suggested documentation changes implemented

* docs: added comments for headers

* docs: Added comments for headers

* fix: Add a new line at the end

* docs: Added newline at end and modified header comments

* docs: Added newline at end and modified header comments

* docs: Added newline at end and modified header comments

* docs: suggested comments implemented

* docs: Function documentation corrected

* fix: Used unsigned int for appropriate variables

* fix: Made test() static and improved documentation

* docs: Improved Documentation

* docs: Improved Readability

* fix: Use of std::count for numberOfChildren

* docs: improved documentation

Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com>
Co-authored-by: David Leal <halfpacho@gmail.com>
2021-02-24 14:03:25 +05:30
..
array_left_rotation.cpp Major rework to improve code quality and add automation checks (#805) 2020-06-19 21:34:56 +05:30
array_right_rotation.cpp Major rework to improve code quality and add automation checks (#805) 2020-06-19 21:34:56 +05:30
circular_linked_list.cpp Major rework to improve code quality and add automation checks (#805) 2020-06-19 21:34:56 +05:30
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
intersection_of_2_arrays.cpp Major rework to improve code quality and add automation checks (#805) 2020-06-19 21:34:56 +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
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_2_arrays.cpp Major rework to improve code quality and add automation checks (#805) 2020-06-19 21:34:56 +05:30