Hi all guys,
in order to improve graph algorithms performances, I started
implementing in [graph] an advanced priority queue called Fibonacci
Heap[1], based on detailed description of University of Science and
Technology of China's lessons[2].
You can find initial implementation on 'collections'[3] package in
[graph] (sandbox) - it is still a little bugged, indeed A* and
Dijkstra implementations are working with it while Prim & Kruskal, not
- but I think that it could be added in [collections] once completed
(I'm trying to implement it as java.util.Queue).
Is there anyone from [collections] interested on that topic that wants
to join efforts?
TIA, all the best!!!
Simo

[1] http://en.wikipedia.org/wiki/Fibonacci_heap
[2] http://staff.ustc.edu.cn/~csli/graduate/algorithms/book6/chap21.htm
[3] 
https://svn.apache.org/repos/asf/commons/sandbox/graph/trunk/src/main/java/org/apache/commons/graph/collections

http://people.apache.org/~simonetripodi/
http://www.99soft.org/

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org

Reply via email to