开发者

Java graph library with List of objects instead of hash tables

开发者 https://www.devze.com 2023-02-19 01:17 出处:网络
I\'ve tried JGraphT It looks very promising but my problem is that my objects are 开发者_高级运维changing and I want the Graph to map objects as a List not through hash table. So is there any other li

I've tried JGraphT It looks very promising but my problem is that my objects are 开发者_高级运维changing and I want the Graph to map objects as a List not through hash table. So is there any other library? or what I should do to overcome that ?


Since JGraphT is free you can download the source code and modify it to use a LinkedHashMap instead of the default hash table.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号