dijkstra — implementation in java

Правка en1, от Armyx, 2015-08-06 23:23:41

I used to program in c++ and I know that dijkstra implemented on priority_queue works faster than the one implemented using set. What is the best dijkstra implementation in java ? Should I use TreeSet or Priority queue ?

История

 
 
 
 
Правки
 
 
  Rev. Язык Кто Когда Δ Комментарий
en1 Английский Armyx 2015-08-06 23:23:41 253 Initial revision (published)