mirror of
https://hub.njuu.cf/TheAlgorithms/C-Plus-Plus.git
synced 2023-10-11 13:05:55 +08:00
66dcc4c394
* feat: add Pigeonhole algorithm * Executed clang-format * Used pointers and vector * Corrected clang-tidy issues * Modified code structure * Apply suggestions from code review Suggested changes applied Co-authored-by: David Leal <halfpacho@gmail.com> * Added missing parameter and documentation * Added delete function * Update pigeonhole_sort.cpp * Corrected delete function Co-authored-by: David Leal <halfpacho@gmail.com> * Apply suggestions from code review Co-authored-by: David Leal <halfpacho@gmail.com> * Apply suggestions from code review Co-authored-by: David Leal <halfpacho@gmail.com> * Changed documentation regarding array size * clang-tidy * Apply suggestions from code review Co-authored-by: David Leal <halfpacho@gmail.com> * assert moved to test function * Update pigeonhole_sort.cpp * Update sorting/pigeonhole_sort.cpp Co-authored-by: David Leal <halfpacho@gmail.com> * Added test function and inbuilt min function * min and max to const variables * const int* to auto * const int* to auto * Apply suggestions from code review Co-authored-by: Krishna Vedala <7001608+kvedala@users.noreply.github.com> * Modified pigeonSort documentation * Corrected test functions Co-authored-by: lsurface <lownish@hotmail.com> Co-authored-by: David Leal <halfpacho@gmail.com> Co-authored-by: Krishna Vedala <7001608+kvedala@users.noreply.github.com> |
||
---|---|---|
.. | ||
bead_sort.cpp | ||
bitonic_sort.cpp | ||
bogo_sort.cpp | ||
bubble_sort.cpp | ||
bucket_sort.cpp | ||
CMakeLists.txt | ||
cocktail_selection_sort.cpp | ||
comb_sort.cpp | ||
counting_sort_string.cpp | ||
counting_sort.cpp | ||
gnome_sort.cpp | ||
heap_sort.cpp | ||
insertion_sort.cpp | ||
library_sort.cpp | ||
merge_sort.cpp | ||
non_recursive_merge_sort.cpp | ||
numeric_string_sort.cpp | ||
odd_even_sort.cpp | ||
pigeonhole_sort.cpp | ||
quick_sort_3.cpp | ||
quick_sort.cpp | ||
radix_sort.cpp | ||
selection_sort.cpp | ||
shell_sort2.cpp | ||
shell_sort.cpp | ||
slow_sort.cpp | ||
swap_sort.cpp | ||
tim_sort.cpp |