Handling cycles in topological sorting in T-SQL
I’ve been trying to write a T-SQL script – I am aware it’s probably not the best tool for this scenario – that can do a topological sort given a table of nodes and their edges.
I’ve been trying to write a T-SQL script – I am aware it’s probably not the best tool for this scenario – that can do a topological sort given a table of nodes and their edges.