Browsing by Subject "Short path problem"
Now showing 1 - 1 of 1
- Results Per Page
- Sort Options
Item Open Access The linear assignment problem(Springer, 1992) Akgül, Mustafa; Akgül, Mustafa; Hamacher, H. W.; Tüfekçi, S.We present a broad survey of recent polynomial algorithms for the linear assignment problem. They all use essentially alternating trees and/or strongly feasible trees. Most of them employ Dijkstra’s shortest path algorithm directly or indirectly. When properly implemented, each has the same complexity: O (n 3) for dense graphs with simple data structures and O (n 2 log n+nm) for sparse graphs using Fibonacci Heaps.