Fast Dijkstra’s Algorithm Inside MS SQL CLR Stored Procedure

added by kirchi
3/16/2013 7:46:45 AM

355 Views

Fast Dijksta's algorithm realization using .NET C#. It is put into MS SQL CLR SP for easy use right in SQL statements. It allows to find fastest, shortest paths in a subset of vertices inside DB table. Great SP for spatial database.


0 comments