graph icon indicating copy to clipboard operation
graph copied to clipboard

Make mutable graph visitation order deterministic, add go.mod/sum

Open jhickner opened this issue 2 years ago • 0 comments

I ran into an issue caused by the non-deterministic ordering of Visit. This change first sorts the map keys, making the order deterministic. I also added go.mod and go.sum files.

jhickner avatar May 11 '23 18:05 jhickner