Skip to content

Latest commit

 

History

History
14 lines (7 loc) · 607 Bytes

README.md

File metadata and controls

14 lines (7 loc) · 607 Bytes

FMI Projects

This repo stores various projects from past courses at FMI, Sofia University.

Complete projects

Incomplete projects

  • 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 using d3 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.