Hacker News new | ask | show | jobs
by raphinou 5009 days ago
another example: package dependencies resolution on Linux distributions.
1 comments

This can far more easily be done by topological sorting.
That's not actually sufficient when you consider version requirements; for example requiring a specific range of libc or the like.