HN user

Cofor

10 karma
Posts0
Comments5
View on HN
No posts found.

I use graphs because we have a case where we need to schedule actions/programs but they themselves have "ingredients" or dependencies in a wild arrangement. So a topological sort of a graph is incredible to solve this and run those actions in order.