Commit Graph

24 Commits

Author SHA1 Message Date
Chris Cromer f2763bf41f
merge changes 2018-11-13 12:20:01 -03:00
rodolfocuevas 9350a8c887 Merge branch 'quicksort' of UBB/sort into master 2018-11-13 12:03:12 -03:00
Rodolfo Cuevas 047cc09008 Agregación de Quick_Sort 2018-11-13 11:59:21 -03:00
Chris Cromer a43a470e7f
allow all algorithms to be run or a mix of them 2018-11-13 11:27:16 -03:00
Chris Cromer 6b395a8b0a
add missing doc 2018-11-13 09:18:03 -03:00
Chris Cromer 051d2b22cd
remove extra include 2018-11-13 09:16:15 -03:00
Chris Cromer 601b3c95ca
add count sort 2018-11-13 09:15:33 -03:00
Chris Cromer 7bb163ae33 fix problem when invalid data is passed via stdin 2018-11-12 14:52:24 -03:00
Chris Cromer a31eababb7
fix generation of random numbers to be more dynamic 2018-11-11 20:15:30 -03:00
Chris Cromer 893d47bf2e
fix missing print option 2018-11-11 20:09:45 -03:00
Chris Cromer 051f6b75e0
add get_timer function and comments 2018-11-11 19:14:06 -03:00
Chris Cromer 02a0926252
move check higher to improve performance 2018-11-11 18:45:18 -03:00
Chris Cromer 6ab7930b24
flush stdout 2018-11-11 18:09:18 -03:00
Chris Cromer 0d2d59e84b
add cleanup 2018-11-11 18:07:23 -03:00
Chris Cromer 5b77033905
add bubble sort call and time its execution 2018-11-11 16:51:49 -03:00
Chris Cromer e7655e3f5d
add timer functionality 2018-11-11 16:51:01 -03:00
Chris Cromer 65be25f92b
add bubble sort 2018-11-11 16:50:31 -03:00
Chris Cromer bacea22e1d
add documentation 2018-11-11 13:27:59 -03:00
Chris Cromer e4554314ed
add getopt functionality 2018-11-11 13:27:38 -03:00
Chris Cromer 954e581c44
add copyright info 2018-11-07 14:49:51 -03:00
Chris Cromer a71cae2d22
add random function 2018-11-07 14:46:42 -03:00
Chris Cromer 76f13960b4
add version argument 2018-11-06 13:05:11 -03:00
Chris Cromer c18c53b9bd
add print_usage function 2018-11-06 12:57:38 -03:00
Chris Cromer 3c3a0ccc46
first commit 2018-11-05 10:46:49 -03:00