Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 Java Jung 2.01 图形包进行一些图形理论分析。我正在寻找某种函数,它会给我一个图形的度数序列。我一直在浏览 Jung 文档,但什么也没看到。
目前,JUNG没有这样的功能。但是,您可以遍历所有节点,检索所有度数并相应地对它们进行排序。您可以在他们的论坛上向发展中的社区提出建议。
JUNG