|
f2763bf41f
|
merge changes
|
2018-11-13 12:20:01 -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 |
|
|
e3f5691462
|
Merge branch 'fixinput' of UBB/sort into master
|
2018-11-12 14:54:41 -03:00 |
|
|
f56d1195d5
|
Merge branch 'fixinput' of https://git.cromer.cl/UBB/sort into fixinput
|
2018-11-12 14:52:46 -03:00 |
|
|
7bb163ae33
|
fix problem when invalid data is passed via stdin
|
2018-11-12 14:52:24 -03:00 |
|
|
5ed1fe740e
|
Merge branch 'optimizetest' of UBB/sort into master
|
2018-11-12 14:50:41 -03:00 |
|
|
d9aab389a1
|
fix problem when invalid data is passed via stdin
|
2018-11-12 14:46:02 -03:00 |
|
|
a6731de4cd
|
exit loop at fail
|
2018-11-12 14:19:47 -03:00 |
|
|
b1a97f34d9
|
Merge branch 'fixprint' of UBB/sort into master
|
2018-11-11 20:16:41 -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 |
|
|
ea7d80cf09
|
Merge branch 'bubblesort' of UBB/sort into master
|
2018-11-11 19:17:20 -03:00 |
|
|
051f6b75e0
|
add get_timer function and comments
|
2018-11-11 19:14:06 -03:00 |
|
|
16cf47155e
|
add count of how many tests pass and fail
|
2018-11-11 18:45:53 -03:00 |
|
|
02a0926252
|
move check higher to improve performance
|
2018-11-11 18:45:18 -03:00 |
|
|
9c26ab2fb7
|
add test to git ignore
|
2018-11-11 18:43:36 -03:00 |
|
|
1097902899
|
add tests
|
2018-11-11 18:20:01 -03:00 |
|
|
6ab7930b24
|
flush stdout
|
2018-11-11 18:09:18 -03:00 |
|
|
0d2d59e84b
|
add cleanup
|
2018-11-11 18:07:23 -03:00 |
|
|
8d4e695bec
|
make font bigger
|
2018-11-11 16:57:16 -03:00 |
|
|
7c196f27a8
|
delete .out file on clean
|
2018-11-11 16:54:12 -03:00 |
|
|
498cd1d143
|
add bubble sort and timer to makefile
|
2018-11-11 16:52:27 -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 |
|
|
9a29347198
|
add bubble sort documentation
|
2018-11-11 16:49:23 -03:00 |
|
|
2419f57c8c
|
ignore .out and core dumps
|
2018-11-11 16:30:19 -03:00 |
|
|
385f97c07c
|
change flags
|
2018-11-11 13:44:24 -03:00 |
|
|
c59c90d215
|
Merge branch 'getopt' of UBB/sort into master
|
2018-11-11 13:34:33 -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 |
|
|
440993b596
|
Merge branch 'random' of UBB/sort into master
|
2018-11-07 14:56:23 -03:00 |
|
|
954e581c44
|
add copyright info
|
2018-11-07 14:49:51 -03:00 |
|
|
4acb044c2f
|
fix incorrect cleaning of informe
|
2018-11-07 14:48:14 -03:00 |
|
|
a71cae2d22
|
add random function
|
2018-11-07 14:46:42 -03:00 |
|
|
2a82656482
|
Merge branch 'usage' of UBB/sort into master
|
2018-11-06 14:40:57 -03:00 |
|
|
dc7ee11dcc
|
Merge branch 'informe' of UBB/sort into master
|
2018-11-06 14:38:15 -03:00 |
|
|
711ec338ce
|
seperate targets for program and informe
|
2018-11-06 14:34:22 -03:00 |
|
|
e4349fb014
|
add check for pdflatex, if installed generate the informe
|
2018-11-06 14:31:13 -03:00 |
|
|
dad7b1ca09
|
ignore the informe in all directories
|
2018-11-06 14:30:08 -03:00 |
|
|
b314cbad46
|
run pdflatex twice so that the table of contents get updated
|
2018-11-06 14:15:08 -03:00 |
|
|
59d7eef00e
|
add force option to remove
|
2018-11-06 14:09:08 -03:00 |
|
|
b2ed60c5c4
|
add makefile option for the informe
|
2018-11-06 14:06:23 -03:00 |
|
|
f7ae37826d
|
add informe template
|
2018-11-06 14:05:35 -03:00 |
|
|
997adab4f3
|
add table of centents file to gitignore
|
2018-11-06 14:05:03 -03:00 |
|