This repo stores various projects from past courses at FMI, Sofia University.
-
math_modeling
- Mathematical modeling course. Languages: Python, Js, C++. Analize data from and simulate epidemology problems. Co-project with g-ki. -
graph_layout
- Javascript course. Languages: Js, Rust. Render a graph usingd3
and a Rust server which calculates a force directed layout. -
parallel_dfs_v1
- Systems for parallel processing course. Language: Rust. Multithreaded generation and dfs-like traversal of a graph.