hello-algo/codes/c
Yudong Jin 9769e14017
Fix the median_three mehod for quick sort (#1134)
* Add the section of terminologies.

* fix format

* Fix median_three function for quick sort

* Delete docs/chapter_appendix/terminologies.md

* Update quick_sort.ts

* Update quick_sort.rs

* Update quick_sort.js
2024-03-15 01:06:59 +08:00
..
chapter_array_and_linkedlist Several improvements (#1002) 2023-12-24 10:37:25 +08:00
chapter_backtracking Some improvements (#1073) 2024-02-07 22:21:18 +08:00
chapter_computational_complexity update the author info sjinzh -> codingonion (#1017) 2024-01-02 01:25:37 +08:00
chapter_divide_and_conquer feat: Revised the book (#978) 2023-12-02 06:21:34 +08:00
chapter_dynamic_programming feat: Revised the book (#978) 2023-12-02 06:21:34 +08:00
chapter_graph Update the book based on the revised second edition (#1014) 2023-12-28 18:06:09 +08:00
chapter_greedy Update the book based on the revised second edition (#1014) 2023-12-28 18:06:09 +08:00
chapter_hashing Some improvements (#1073) 2024-02-07 22:21:18 +08:00
chapter_heap Some improvements (#1073) 2024-02-07 22:21:18 +08:00
chapter_searching feat: Revised the book (#978) 2023-12-02 06:21:34 +08:00
chapter_sorting Fix the median_three mehod for quick sort (#1134) 2024-03-15 01:06:59 +08:00
chapter_stack_and_queue fix(linkedlist_queue.c): Remove redundant conditional judgments. (#1055) 2024-01-23 22:09:45 +08:00
chapter_tree fix some bugs in c codes (#1089) 2024-02-23 01:34:49 +08:00
utils fix some bugs in c codes (#1089) 2024-02-23 01:34:49 +08:00
.gitignore Format C, C++, C#, Go, Java, Python, Rust code. 2023-09-02 23:54:38 +08:00
CMakeLists.txt refactor: Re-implement hanota.c (#885) 2023-10-27 23:41:58 +08:00