mirror of
https://hub.njuu.cf/TheAlgorithms/C-Plus-Plus.git
synced 2023-10-11 13:05:55 +08:00
* feat: Added recursive bubble sort * updating DIRECTORY.md * fixed clang-tidy warnings * fixed swap function * improved documentation * Reworked documentation * reworked documentation * fixed ubuntu compile errors * Enhanced documentation * Apply suggestions from code review Co-authored-by: David Leal <halfpacho@gmail.com> * Added explanation link and fixed documentation * Added explanation link and fixed documentation * Update settings.json Removed `"cmake.configureOnOpen": false` * 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> * Update recursive_bubble_sort.cpp Removed the `swap` function * 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> * Update recursive_bubble_sort.cpp Replaced `int` with `uint64_t` Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com> Co-authored-by: David Leal <halfpacho@gmail.com>