01:12 03-07-2021 | Update | klewer-martin | 9 | +322 | -20 |
20:48 28-06-2021 | Update | klewer-martin | 9 | +272 | -9 |
10:53 23-06-2021 | Update: added guia08 exercises | klewer-martin | 4 | +139 | -0 |
01:52 23-06-2021 | Update: added fread_line(FILE *stream) which is an updated version of function read_line(void) | klewer-martin | 2 | +25 | -4 |
01:47 23-06-2021 | Update: added guia08 exercises | klewer-martin | 8 | +242 | -19 |
20:44 22-06-2021 | Updated: completed guia07 exercises | klewer-martin | 4 | +246 | -0 |
02:31 22-06-2021 | Updated: added guia07 exercises | klewer-martin | 5 | +173 | -17 |
18:02 01-06-2021 | Update: ex08.c and added ex09.c | klewer-martin | 2 | +47 | -1 |
15:30 31-05-2021 | Update: corrected conditions like comparisons with 0, and comments made with '//' | klewer-martin | 10 | +92 | -101 |
13:15 31-05-2021 | Update: corrected conditions like comparisons with 0, and comments made with '//' | klewer-martin | 3 | +19 | -27 |
12:50 31-05-2021 | Updated guia03 exercises | klewer-martin | 9 | +46 | -56 |
11:47 27-05-2021 | Update: modified guia03/matrix_struct.c | klewer-martin | 1 | +0 | -1 |
11:46 27-05-2021 | Update: updated guia03/ex07.c & added guia04/ex08.c | klewer-martin | 2 | +46 | -0 |
00:05 27-05-2021 | Update: added guia04/ex06.c | klewer-martin | 1 | +4 | -4 |
23:56 26-05-2021 | Update: added guia04/ex06.c | klewer-martin | 2 | +32 | -1 |
23:50 14-04-2021 | Added ex04.c which is a little program that can compute the distance between two points in the x & y plane | klewer-martin | 1 | +26 | -0 |
00:10 09-04-2021 | Update: Added ex10.c & ex10.h | klewer-martin | 4 | +39 | -5 |
18:46 08-04-2021 | Update; | klewer-martin | 6 | +51 | -25 |
17:59 08-04-2021 | Update; | klewer-martin | 2 | +3 | -3 |
23:30 06-04-2021 | Update: added ex20.c; | klewer-martin | 1 | +39 | -0 |
22:33 03-04-2021 | Update: added ex19.c; | klewer-martin | 2 | +41 | -0 |
22:17 03-04-2021 | Update: | klewer-martin | 1 | +2 | -1 |
21:53 02-04-2021 | Update: added guia03 last exercises; | klewer-martin | 2 | +84 | -16 |
18:20 02-04-2021 | Update; | klewer-martin | 1 | +101 | -44 |
16:40 02-04-2021 | Update: matrix_struct.c, now has a function to multiply matrices | klewer-martin | 1 | +38 | -22 |
21:07 01-04-2021 | Update; | klewer-martin | 1 | +65 | -30 |
19:40 01-04-2021 | Update: added matrix_struct.c which does the same as ex4*.c but implements a structure for the matrix; | klewer-martin | 1 | +100 | -0 |
19:38 01-04-2021 | Update: added ex48.c which contains a func. to multiply to matrix's | klewer-martin | 1 | +94 | -0 |
19:03 01-04-2021 | Update: ex47.c done | klewer-martin | 1 | +23 | -2 |
18:11 01-04-2021 | Update: added ex47.c | klewer-martin | 2 | +74 | -0 |
18:00 01-04-2021 | Update: ex46.c now allows user to input custom matrix value besides having a function to initialize them randomly; | klewer-martin | 1 | +14 | -1 |
21:08 31-03-2021 | Update: added ex46.c | klewer-martin | 1 | +59 | -0 |
20:06 31-03-2021 | Update: ex45.c | klewer-martin | 1 | +6 | -8 |
23:05 30-03-2021 | Update; | klewer-martin | 1 | +57 | -0 |
23:05 30-03-2021 | Update; | klewer-martin | 1 | +37 | -0 |
00:22 30-03-2021 | Update: Added ex43.c | klewer-martin | 1 | +28 | -0 |
22:36 29-03-2021 | Update; | klewer-martin | 4 | +42 | -0 |
18:57 28-03-2021 | Update; | klewer-martin | 1 | +16 | -0 |
17:38 24-03-2021 | Update: Added ex35.c (not working yet) & ex40c; | klewer-martin | 2 | +39 | -0 |
17:05 24-03-2021 | Update: 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 viceversa | klewer-martin | 1 | +18 | -0 |
18:28 23-03-2021 | Update: ex34.c; | klewer-martin | 1 | +16 | -4 |
16:55 13-02-2021 | Update: added ex06.c; | klewer-martin | 1 | +22 | -0 |
15:57 13-02-2021 | Update: Added ex04.c; | klewer-martin | 1 | +58 | -0 |
17:29 12-02-2021 | Update; | klewer-martin | 1 | +0 | -2 |
17:27 12-02-2021 | Update; | klewer-martin | 1 | +4 | -2 |
16:58 12-02-2021 | Update: Added ex02.c & ex03.c | klewer-martin | 2 | +30 | -0 |
16:24 12-02-2021 | Exercise guide update: added ex01.c; | klewer-martin | 1 | +55 | -0 |
02:31 20-12-2020 | Removed 'a.out'; | Martin J. Klöckner | 1 | +0 | -0 |
02:19 20-12-2020 | Update README.md | Martin J. Klöckner | 1 | +3 | -3 |
01:03 20-12-2020 | Created new repository to store all A&PI exercises guides; | Martin J. Klöckner | 66 | +2120 | -0 |