Skip to content

Commit 71f1679

Browse files
committed
ok
1 parent e45bc07 commit 71f1679

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

README.md

-1
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,5 @@ Other algorithms are not still implemented:
3333
- Tree Sort
3434
- Cube Sort
3535
- Odd-Even Sort
36-
- Bitonic Sort
3736
- Brick Sort
3837

bitonic_sort.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#include <stdlib.h>
33

44
void bitonic_sort(int *arr, int n) {
5-
5+
// Soon
66
}
77

88
int main(int argc, char** argv) {

0 commit comments

Comments
 (0)