We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e45bc07 commit 71f1679Copy full SHA for 71f1679
README.md
@@ -33,6 +33,5 @@ Other algorithms are not still implemented:
33
- Tree Sort
34
- Cube Sort
35
- Odd-Even Sort
36
-- Bitonic Sort
37
- Brick Sort
38
bitonic_sort.c
@@ -2,7 +2,7 @@
2
#include <stdlib.h>
3
4
void bitonic_sort(int *arr, int n) {
5
-
+ // Soon
6
}
7
8
int main(int argc, char** argv) {
0 commit comments