hollyhoppet wrote
Reply to comment by hollyhoppet in Is there a directed graph data structure for calculating risk of exposure? (Like a directed graph, but with time.) by twovests
If you really wanted, you could also record a history of each graph at each step. You could get even more granular and have a history of each graph traversal step as well.
I don't really know if there's a way to model the whole thing as a single graph because you're basically describing with each "x contacts y" a different set of relationships, and thus a different graph.
twovests OP wrote
it took me awhile to get back to this lol
An iterative solution sounds like the most direct way to do this but I'm gonna try to find an analytical way
Viewing a single comment thread. View all comments