95.11

Apuntes y resueltos de la materia Algoritmos y Programación (95.11)
Index Commits Files Refs README
DateCommit messageAuthorFiles+-
21:05 30-04-2024update tp2 `README.md`Martin Klöckner1+5-2
20:55 30-04-2024merge branch 'tp2'Martin Klöckner18+1875-0
20:55 30-04-2024move tp2 files to tps/2/Martin Klöckner18+0-0
20:49 30-04-2024merge branch 'tp1'Martin Klöckner18+1044-0
20:49 30-04-2024move tp1 files to tps/1/Martin Klöckner18+0-0
20:22 30-04-2024remove `Makefile`Martin Klöckner1+0-3
20:21 30-04-2024update `README.md`Martin Klöckner1+2-2
20:20 30-04-2024remove `.gitignore`Martin Klöckner1+0-1
20:18 30-04-2024remove duplicated fileMartin Klöckner1+0-22
20:17 30-04-2024update `README.md`Martin Klöckner1+8-6
20:17 30-04-2024move `guia**` to new folder `guias`Martin Klöckner123+0-0
19:39 08-08-2021Getting ready to deliver 'entrega_3'klewer-martin4+9-3
04:08 07-08-2021Getting ready to deliver 'entrega_3'klewer-martin2+3-3
21:26 06-08-2021Updated cleaned source code - removed old non functional functionsklewer-martin13+106-139
20:38 06-08-2021Getting ready to deliver 'entrega_3'klewer-martin8+98-97
17:35 06-08-2021Added new module 'load'klewer-martin10+163-143
22:21 05-08-2021renamed function array_destroy -> destroy_2darray, also created function create_2darrayklewer-martin3+47-21
19:15 05-08-2021New function to load users to the vectorklewer-martin7+153-147
22:28 29-07-2021Merge pull request #3 from klewer-martin/segunda_entregaMartin J. Klöckner17+812-549
22:27 29-07-2021Updated source code and input file generatorklewer-martin6+72-43
16:43 29-07-2021Updated source code and input file generatorklewer-martin10+239-86
12:59 29-07-2021Update:klewer-martin2+21-190
23:24 28-07-2021Update:klewer-martin12+195-302
21:56 28-07-2021Update:klewer-martin10+103-374
18:54 28-07-2021Update: fusionated ADT_Vector_t with ADT_user_tklewer-martin12+522-96
20:04 27-07-2021Update: added ADT_Vector moduleklewer-martin5+205-3
17:07 25-07-2021Merge pull request #2 from klewer-martin/user_moduleMartin J. Klöckner9+74-38
17:07 25-07-2021Update;klewer-martin9+74-38
00:18 24-07-2021Merge pull request #1 from klewer-martin/user_moduleMartin J. Klöckner9+151-152
20:36 23-07-2021Update;klewer-martin8+45-43
18:27 22-07-2021Update: added a test script and cleaned filesklewer-martin5+34-37
18:09 22-07-2021Update: deleted some defined that where laying aroundklewer-martin1+0-4
18:06 22-07-2021Update: divided user into a new module, user.h & user.cklewer-martin6+100-96
17:56 22-07-2021Updateklewer-martin1+3-0
17:53 22-07-2021Update reorganized directoryklewer-martin4+0-80
17:52 22-07-2021Update after long timeklewer-martin12+588-123
23:29 15-07-2021Update: ...klewer-martin1+4-0
13:20 14-07-2021Update: ...klewer-martin7+42-28
22:12 12-07-2021Update: ...klewer-martin10+121-22
16:49 10-07-2021Update: improved input/output module, now write data to a random access binary file to avoid excessive usage of RAMklewer-martin4+31-12
13:40 10-07-2021Improved input file parser and spliterklewer-martin3+56-8
12:35 10-07-2021Updated source code, started io module developmentklewer-martin10+111-23
09:46 10-07-2021Merged local w/ remoteklewer-martin2+663-0
03:07 10-07-2021Added inlude folder with all the header files, and funcition validate_arguments is working properlyklewer-martin13+112-47
23:00 09-07-2021Initial commitMartin J. Klöckner2+663-0
22:59 09-07-2021Added command line arguments verificationklewer-martin5+75-5
17:06 09-07-2021First commit: Added basic files.klewer-martin13+93-0
01:12 03-07-2021Updateklewer-martin9+322-20
20:48 28-06-2021Updateklewer-martin9+272-9
10:53 23-06-2021Update: added guia08 exercisesklewer-martin4+139-0
01:52 23-06-2021Update: added fread_line(FILE *stream) which is an updated version of function read_line(void)klewer-martin2+25-4
01:47 23-06-2021Update: added guia08 exercisesklewer-martin8+242-19
20:44 22-06-2021Updated: completed guia07 exercisesklewer-martin4+246-0
02:31 22-06-2021Updated: added guia07 exercisesklewer-martin5+173-17
18:02 01-06-2021Update: ex08.c and added ex09.cklewer-martin2+47-1
15:30 31-05-2021Update: corrected conditions like comparisons with 0, and comments made with '//'klewer-martin10+92-101
13:15 31-05-2021Update: corrected conditions like comparisons with 0, and comments made with '//'klewer-martin3+19-27
12:50 31-05-2021Updated guia03 exercisesklewer-martin9+46-56
11:47 27-05-2021Update: modified guia03/matrix_struct.cklewer-martin1+0-1
11:46 27-05-2021Update: updated guia03/ex07.c & added guia04/ex08.cklewer-martin2+46-0
00:05 27-05-2021Update: added guia04/ex06.cklewer-martin1+4-4
23:56 26-05-2021Update: added guia04/ex06.cklewer-martin2+32-1
20:11 16-04-2021Update;klewer-martin4+13-17
01:14 15-04-2021Update: Little improvements in main, now the country codes array is dynamicklewer-martin9+121-103
23:50 14-04-2021Added ex04.c which is a little program that can compute the distance between two points in the x & y planeklewer-martin1+26-0
00:10 09-04-2021Update: Added ex10.c & ex10.hklewer-martin4+39-5
18:46 08-04-2021Update;klewer-martin6+51-25
17:59 08-04-2021Update;klewer-martin2+3-3
23:30 06-04-2021Update: added ex20.c;klewer-martin1+39-0
22:33 03-04-2021Update: added ex19.c;klewer-martin2+41-0
22:17 03-04-2021Update:klewer-martin1+2-1
21:53 02-04-2021Update: added guia03 last exercises;klewer-martin2+84-16
18:20 02-04-2021Update;klewer-martin1+101-44
16:40 02-04-2021Update: matrix_struct.c, now has a function to multiply matricesklewer-martin1+38-22
21:07 01-04-2021Update;klewer-martin1+65-30
19:40 01-04-2021Update: added matrix_struct.c which does the same as ex4*.c but implements a structure for the matrix;klewer-martin1+100-0
19:38 01-04-2021Update: added ex48.c which contains a func. to multiply to matrix'sklewer-martin1+94-0
19:03 01-04-2021Update: ex47.c doneklewer-martin1+23-2
18:11 01-04-2021Update: added ex47.cklewer-martin2+74-0
18:00 01-04-2021Update: ex46.c now allows user to input custom matrix value besides having a function to initialize them randomly;klewer-martin1+14-1
21:08 31-03-2021Update: added ex46.cklewer-martin1+59-0
20:06 31-03-2021Update: ex45.cklewer-martin1+6-8
23:05 30-03-2021Update;klewer-martin1+57-0
23:05 30-03-2021Update;klewer-martin1+37-0
00:22 30-03-2021Update: Added ex43.cklewer-martin1+28-0
22:36 29-03-2021Update;klewer-martin4+42-0
18:57 28-03-2021Update;klewer-martin1+16-0
17:38 24-03-2021Update: Added ex35.c (not working yet) & ex40c;klewer-martin2+39-0
17:05 24-03-2021Update: ex23.c added isSortedBothDirections() function which returns a bool value whether the int array pointed by is sorted or not from greater to less or viceversaklewer-martin1+18-0
18:28 23-03-2021Update: ex34.c;klewer-martin1+16-4
19:57 25-02-2021Update;klewer-martin1+7-2
16:55 13-02-2021Update: added ex06.c;klewer-martin1+22-0
15:57 13-02-2021Update: Added ex04.c;klewer-martin1+58-0
17:34 12-02-2021Update README.mdMartin J. Klöckner1+3-0
17:33 12-02-2021Update README.mdMartin J. Klöckner1+12-12
17:29 12-02-2021Update;klewer-martin1+0-2
17:27 12-02-2021Update;klewer-martin1+4-2
16:58 12-02-2021Update: Added ex02.c & ex03.cklewer-martin2+30-0
16:28 12-02-2021Update make.batMartin J. Klöckner1+1-0
16:24 12-02-2021Exercise guide update: added ex01.c;klewer-martin1+55-0
16:50 11-02-2021Update;klewer-martin1+2-6
16:33 11-02-2021Update;klewer-martin2+1-2
15:44 11-02-2021Update README.mdMartin J. Klöckner1+5-5
15:38 11-02-2021Update: Removed a segmentation fault error when running application with arguments in wrong order;klewer-martin4+15-2
14:46 11-02-2021Last updates before the dead line;klewer-martin3+18-57
02:13 11-02-2021Update;klewer-martin2+1-103
02:11 11-02-2021Update;klewer-martin4+46-48
21:28 10-02-2021Update: deleted st = OK from read_file call in main.c;klewer-martin2+21-1
21:04 10-02-2021Update: fix in read_file.c, now it converts using atoi instead of atol;klewer-martin3+8-5
19:09 10-02-2021Update make.bat, the windows script compiler, now the final application is called 'analisis_covid' also when the compile process finishes the .o files are deleted automatically;klewer-martin1+5-1
18:57 10-02-2021Update on windows make file, deleted an unnecessary echo statement;klewer-martin1+0-2
18:54 10-02-2021Merge pull request #12 from klewer-martin/alphaMartin J. Klöckner10+46-48
18:52 10-02-2021Update: fixed a bracket mistake;klewer-martin1+1-2
18:50 10-02-2021Update: Fixed a couple of error left behind;klewer-martin1+1-0
18:47 10-02-2021Merge pull request #11 from klewer-martin/betaMartin J. Klöckner1+0-1
18:44 10-02-2021Updated arguments.c changed the position for the printf msg, now happens after the input/output file name is saved and before the input/output file message is printed, this avoids printing the message of argument found in case there is an error with the files name;klewer-martin1+4-9
18:42 10-02-2021Merge branch 'alpha' of github.com:klewer-martin/9511_project01 into alpha Merged neccesary;klewer-martin1+22-12
18:39 10-02-2021Update: changed data type for country, date & infected, from unsigned long to unsigned int, also arguments.c recived a mod in how argc was judged to be wrong;klewer-martin4+20-12
18:32 10-02-2021Update;klewer-martin1+0-1
01:53 10-02-2021Update README.mdMartin J. Klöckner1+3-2
22:52 09-02-2021Modified data type for country, date and infected variables. From unsigned long to unsigned int;klewer-martin9+31-36
20:13 09-02-2021Merge pull request #10 from klewer-martin/alphaMartin J. Klöckner15+432-247
18:07 09-02-2021Update README.mdMartin J. Klöckner1+0-2
18:06 09-02-2021Update README.mdMartin J. Klöckner1+1-1
18:06 09-02-2021Update README.mdMartin J. Klöckner1+12-14
18:02 09-02-2021Update README.mdMartin J. Klöckner1+17-3
17:54 09-02-2021Merge pull request #9 from klewer-martin/betaMartin J. Klöckner7+42-36
17:49 09-02-2021Update;klewer-martin1+1-1
17:44 09-02-2021Update;klewer-martin2+10-16
17:36 09-02-2021Merge branch 'beta' of github.com:klewer-martin/9511_project01 into beta Merge neccesary to update local files;klewer-martin2+10-7
17:32 09-02-2021Update: removing old junk and fixing thigns that were made quickly;klewer-martin5+33-21
17:17 09-02-2021Added make file for windows;Martin J. Klöckner1+12-0
02:54 09-02-2021Merge pull request #8 from klewer-martin/betaMartin J. Klöckner13+388-262
02:54 09-02-2021Merge branch 'alpha' into betaMartin J. Klöckner2+10-7
02:41 09-02-2021Deleted old junk;klewer-martin5+0-352
02:36 09-02-2021Update on main.c, fixing every error to merge beta & alpha;klewer-martin1+1-1
02:34 09-02-2021Deleted a very unnecesary function;klewer-martin1+0-7
02:30 09-02-2021Update: Now the output has a variable length separator made of '-' chars, the length depends on the digits of the number printed;klewer-martin7+118-22
03:14 08-02-2021Update: Solved bug when printing monthly_infected per country;klewer-martin4+30-8
02:44 08-02-2021Update: Finally working as it should, added a feature that prints the monthly infected by country;klewer-martin4+40-20
02:10 08-02-2021Update: now 'readlines' its divided into two separeted functions called from main, read_file & print_file;klewer-martin13+369-23
23:47 07-02-2021Merge pull request #7 from klewer-martin/betaMartin J. Klöckner5+53-22
23:41 07-02-2021Updated source code, trying to separeta bigger functions into more smaller ones. Readlines.c needs to be smaller;klewer-martin6+53-57
23:57 06-02-2021Merge pull request #5 from klewer-martin/alphaMartin J. Klöckner3+5-38
23:55 06-02-2021Update on perrors.h;klewer-martin1+4-2
23:53 06-02-2021Update on macros.h;klewer-martin2+1-36
00:29 04-02-2021Merge pull request #3 from klewer-martin/alphaMartin J. Klöckner13+119-88
19:05 03-02-2021Modified and reorganized dependencies now much more cleaner, data.c changes name to perrors.c (for 'print_errors');klewer-martin12+92-59
18:24 03-02-2021Updated source code & Makefile;klewer-martin7+31-33
17:05 03-02-2021Merge pull request #2 from klewer-martin/alphaMartin J. Klöckner15+146-119
17:02 03-02-2021Updated source code, finally writing into output file;klewer-martin3+78-36
15:49 03-02-2021Updated source code, now having complete error print messages;klewer-martin8+34-20
14:43 03-02-2021Updated source code, country codes csv file name updated to a shorter one;klewer-martin9+24-23
14:16 03-02-2021Added more error codes, and print on error, also deleted time_translator.c and time_translator.h which were old test programs that are not in use anymore;klewer-martin6+25-55
13:52 03-02-2021Merge pull request #1 from klewer-martin/alphaMartin J. Klöckner9+124-435
13:46 03-02-2021Updated source code, now with more error printing on stderr, still left improvements to do;klewer-martin7+76-9
13:02 03-02-2021Update on readlines.c, making cleaner, adding more comments;klewer-martin4+46-400
12:23 03-02-2021Update on main.c, ready to merge with master branchklewer-martin1+0-10
12:13 03-02-2021Deleted a function in arguments.c, merged with another one saving a few lines of codesklewer-martin3+5-20
12:02 03-02-2021Update on arguments.cklewer-martin1+2-1
11:51 03-02-2021Update to source code, now with more comments and more clean;klewer-martin4+406-12
01:22 03-02-2021Updated Makefile;klewer-martin1+4-3
21:49 02-02-2021Update on some files source code and the removal of 'tests' folder;klewer-martin17+5-857
21:34 02-02-2021Updated source code;klewer-martin13+256-39
20:37 02-02-2021Update on load_country_codes.c, now finally working as expected; However there are still optimizations to do;klewer-martin8+251-270
18:54 02-02-2021Updated Makefile and Source code;klewer-martin3+9-12
17:17 02-02-2021Update on project01 source code;klewer-martin14+357-35
17:01 25-01-2021Merged all files in a single folder, in the future they will be separated into differents folders again;klewer-martin13+191-109
16:50 25-01-2021Updated and added files;klewer-martin12+626-24
16:55 19-01-2021Added a couuple of source code tests that I made to see how could I implement different functions;klewer-martin8+242-0
02:31 20-12-2020Removed 'a.out';Martin J. Klöckner1+0-0
02:29 20-12-2020Fixed some misspelled words on README.md;Martin J. Klöckner1+3-3
02:19 20-12-2020Update README.mdMartin J. Klöckner1+3-3
02:03 20-12-2020Created new repository to store the summer project for Algorithms & Programation I, probably gonna be private until delivery date;Martin J. Klöckner9+216-0
01:03 20-12-2020Created new repository to store all A&PI exercises guides;Martin J. Klöckner66+2120-0