is java good candidate techno to do cycle detection within big graph
(potentially 3000 nodes).
could provide me some link towards the best java frameworks to help do
such things ?
thanks
Daniel Pitts - 03 May 2007 02:46 GMT
On May 2, 8:53 am, o...@linuxmail.org wrote:
> is java good candidate techno to do cycle detection within big graph
> (potentially 3000 nodes).
> could provide me some link towards the best java frameworks to help do
> such things ?
>
> thanks
Do know of any frameworks that will help you do this, but Java could
handle 3000 nodes.
Its more about how your algorithm handles it.
bugbear - 03 May 2007 10:16 GMT
> is java good candidate techno to do cycle detection within big graph
> (potentially 3000 nodes).
> could provide me some link towards the best java frameworks to help do
> such things ?
>
> thanks
http://www.cs.mcgill.ca/~cs251/OldCourses/1997/topic26/
Perfectly implementable in Java, amongst many other languages.
BugBear