mamchenkov.net
Dependency resolution with graphs in PHP
One of the projects I am working on at work presented an interesting problem. I had a list of items with dependencies on one another and I needed to figure out the order in which to use those items, based on their dependencies. For the sake of the example, think of a list of database … Continue reading Dependency resolution with graphs in PHP