sournav / Giraffe

Zig graphing library for graphs, and graph algos
MIT License
12 stars 1 forks source link

Split graph into weighted and unweighted #4

Closed sournav closed 2 years ago

sournav commented 2 years ago

Finished adding WeightedGraph, and WeightedDataGraph structs. Also changed Graph, and DataGraph to be unweighted (effectively default weight of 1).