Link to home
Start Free TrialLog in
Avatar of sbvanaka
sbvanaka

asked on

Is there any existing Graph data structure in Java

Hi All,

I need to solve Np-complete problem based on graphs. In order to solve it i can make use of already created Graph Data structure in java which reduces my effort. I tried to search but i was able to only find Graph libraries on the Internet.. It would be great if somebody can help me get through this issue.. Is there any graph data structure already defined??

Any inputs are highly appreciated..

Thanks
ASKER CERTIFIED SOLUTION
Avatar of Mick Barry
Mick Barry
Flag of Australia image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of sbvanaka
sbvanaka

ASKER

@Savant

Third party classes like what?

Savant,

So, that is an open source library..i can only make use of a data structure ..Is there anything that i can look out for..

Thanks
anything 3rd party is going to be a library. Sounds like you need to implement it yourself using the standard java collection classes
Hmm..that is the only way i guess!!

Thankyou for your inputs..

Appreciate it
This question has been classified as abandoned and is closed as part of the Cleanup Program. See the recommendation for more details.