EdgeGnW / RustPraxisProjekt2024

A rust graph library utilizing wavelettrees/matrices
0 stars 0 forks source link

Refactoring WaveGraph to GraphModel. #16

Closed ThiesJosten closed 1 month ago

ThiesJosten commented 1 month ago

Creating new Crates WaveModel and WaveGraph, which will later be used. Creating Struct "WaveModel" inside "wavemodel" Beginning to write Documentation for WaveModel.

Should be pushed before implementing new methods, so no merge-conflicts accrue.