This is one of my bachelor degree projects. In my university there are three projects that contribute to my final score (up to 6 points).
This one in particular is the final project from the course 'Algoritmi E Principi Dell'Informatica' so the project is about programming and data structures.
Professor: Martinenghi Davide
Score: 30L/30
Score | Memory | Time | Result |
---|---|---|---|
18 | 128 MiB | 19 s | ✅ |
21 | 118 MiB | 15 s | ✅ |
24 | 108 MiB | 10 s | ✅ |
27 | 98 MiB | 6 s | ✅ |
30 | 88 MiB | 4 s | ✅ |
30L | 78 MiB | 1 s | ✅ |
Description | Strumento |
---|---|
IDE | VSCode |
Compilatore | gcc |
Misurazione memoria | Valgrind - Massif |
Sistema operativo | MacOS |
If you want to try it yourself, I leave the presentation and the specification files.
To get perfect score you need to run test case 111 and have the ouput in under a second and with less than 78 MB of memory used.
To run test on your code you need three simple steps (example with test 1):
- Compile the program with the command
make your_c_file
- Run the program with the command
./your_c_file > output.txt < Tests/test_1.txt
- Check the difference between your
output.txt
and the test outputtest_1.output.txt
If you have contributions, need support, have suggestions, or just want to get in touch with the me, send me an email!
This software is licensed under the terms of the MIT license. See LICENSE for more details.