EdgeGnW / RustPraxisProjekt2024

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

Refactor function naming to match API guidelines #8

Closed DerFred3 closed 3 months ago

DerFred3 commented 4 months ago

get_bitmap -> to_bitmap get_adjacency_list -> to_adjacency_list

Also modify access of adjacency_list to private