Warning: they are in spanish
- Familiarize the student with the C programming language and compare it with the Python language.
- Understand and implement data structures that combine arrays, linked lists, and trees.
- Perform operations on tree nodes.
The python base of this assigment can be run using:
python3 ./python/main.py <input.txt> <output.txt>
The C programng can be complie using:
make
and ejecuted using:
./kevin-21 <input.txt> <output.txt>
For python:
python3 ./python/main.py tests/test.txt outpy.txt
For C:
./kevin-21 tests/test.txt out.txt
To generate every file use:
python3 gen.py
and to check them:
python3 compare.py
For this use:
python3 performance.py