Home About Projects Contacts

Projects

Lambda Calculus Interpreter
The project allows to interpret lambda-expressions by implementing the beta reduction, call by name and call by value strategies.
published on 2024-12-18

Hertzsprung Russell
The project allows you to analyze a database (in ".csv" format) of stars and classify them in their evolutionary stage, in accordance with the Hertzsprung-Russell diagram.
published on 2024-08-17

Boggle
The project concerns the game Boggle (multiplayer). This is implemented with multithreaded servers and clients and focuses on concurrent programming. Consequently, other aspects such as security or optimization of other mechanisms have not been explored in depth.
published on 2024-06-20

Algorithms
Set of algorithms and data structures, and more generic algorithms for recurring problems.
published on 2023-10-19

Contributions