|
3481ea2b2f
|
make bitonic work for non 2^n
|
2018-11-17 15:07:04 -03:00 |
|
|
18fc551db3
|
cleanup files
|
2018-11-17 13:35:31 -03:00 |
|
|
429ef47a78
|
make swap function shared between sorting algorithms
|
2018-11-17 13:35:16 -03:00 |
|
|
c32dd469d0
|
make timer display show hours and minutes
|
2018-11-17 13:34:25 -03:00 |
|
|
e41b6e9b1b
|
resolve conflicts
|
2018-11-17 11:55:26 -03:00 |
|
|
a91f3e2b59
|
agregar bitonicsort for a power of 2
|
2018-11-16 14:37:39 -03:00 |
|
|
bdb847e6d9
|
check input of n and values from stdin
|
2018-11-16 13:25:47 -03:00 |
|
|
67aab5f842
|
selectionsort
|
2018-11-16 09:41:22 -03:00 |
|
|
9980b9491b
|
fix fprintf
|
2018-11-14 20:17:41 -03:00 |
|
|
ab5e427460
|
Merge branch 'mergesort' of UBB/sort into master
|
2018-11-14 20:13:09 -03:00 |
|
|
0f6c3f3b53
|
Merge branch 'cleanquicksort' of UBB/sort into master
|
2018-11-14 20:12:12 -03:00 |
|
|
d0b5e27c17
|
clean up quick sort source files
|
2018-11-14 18:06:41 -03:00 |
|
|
0875b5ffba
|
add missing doc
|
2018-11-14 17:57:01 -03:00 |
|
|
0fa4c08a72
|
implement merge sort
|
2018-11-14 17:53:45 -03:00 |
|
|
1024e6f8dc
|
add check to malloc calls
|
2018-11-14 16:21:26 -03:00 |
|
|
7baa09423d
|
merge changes
|
2018-11-13 12:25:09 -03:00 |
|
|
f2763bf41f
|
merge changes
|
2018-11-13 12:20:01 -03:00 |
|
|
57cbc0cc4b
|
Merge remote-tracking branch 'origin/master' into fgets
|
2018-11-13 12:10:00 -03:00 |
|
|
9350a8c887
|
Merge branch 'quicksort' of UBB/sort into master
|
2018-11-13 12:03:12 -03:00 |
|
|
047cc09008
|
Agregación de Quick_Sort
|
2018-11-13 11:59:21 -03:00 |
|
|
a43a470e7f
|
allow all algorithms to be run or a mix of them
|
2018-11-13 11:27:16 -03:00 |
|
|
6b395a8b0a
|
add missing doc
|
2018-11-13 09:18:03 -03:00 |
|
|
051d2b22cd
|
remove extra include
|
2018-11-13 09:16:15 -03:00 |
|
|
601b3c95ca
|
add count sort
|
2018-11-13 09:15:33 -03:00 |
|
|
9f99802fae
|
show when timer stops
|
2018-11-12 18:31:00 -03:00 |
|
|
ff70e7df27
|
fix buffer overflow
|
2018-11-12 18:29:51 -03:00 |
|
|
7bb163ae33
|
fix problem when invalid data is passed via stdin
|
2018-11-12 14:52:24 -03:00 |
|
|
a31eababb7
|
fix generation of random numbers to be more dynamic
|
2018-11-11 20:15:30 -03:00 |
|
|
893d47bf2e
|
fix missing print option
|
2018-11-11 20:09:45 -03:00 |
|
|
051f6b75e0
|
add get_timer function and comments
|
2018-11-11 19:14:06 -03:00 |
|
|
02a0926252
|
move check higher to improve performance
|
2018-11-11 18:45:18 -03:00 |
|
|
6ab7930b24
|
flush stdout
|
2018-11-11 18:09:18 -03:00 |
|
|
0d2d59e84b
|
add cleanup
|
2018-11-11 18:07:23 -03:00 |
|
|
5b77033905
|
add bubble sort call and time its execution
|
2018-11-11 16:51:49 -03:00 |
|
|
e7655e3f5d
|
add timer functionality
|
2018-11-11 16:51:01 -03:00 |
|
|
65be25f92b
|
add bubble sort
|
2018-11-11 16:50:31 -03:00 |
|
|
bacea22e1d
|
add documentation
|
2018-11-11 13:27:59 -03:00 |
|
|
e4554314ed
|
add getopt functionality
|
2018-11-11 13:27:38 -03:00 |
|
|
954e581c44
|
add copyright info
|
2018-11-07 14:49:51 -03:00 |
|
|
a71cae2d22
|
add random function
|
2018-11-07 14:46:42 -03:00 |
|
|
76f13960b4
|
add version argument
|
2018-11-06 13:05:11 -03:00 |
|
|
c18c53b9bd
|
add print_usage function
|
2018-11-06 12:57:38 -03:00 |
|
|
3c3a0ccc46
|
first commit
|
2018-11-05 10:46:49 -03:00 |
|