https://github.com/oldratlee/guava-graph-demo
Guava Graph Usage Demo 🔍
https://github.com/oldratlee/guava-graph-demo
bfs dfs graph guava java traverser
Last synced: about 2 months ago
JSON representation
Guava Graph Usage Demo 🔍
- Host: GitHub
- URL: https://github.com/oldratlee/guava-graph-demo
- Owner: oldratlee
- Created: 2025-04-07T14:05:08.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2025-04-07T14:16:21.000Z (2 months ago)
- Last Synced: 2025-04-10T00:43:06.712Z (about 2 months ago)
- Topics: bfs, dfs, graph, guava, java, traverser
- Language: Java
- Homepage: https://github.com/oldratlee/guava-graph-demo
- Size: 12.7 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Guava Graph Usage Demo
- [`GuavaTraverserTest.java`](src/test/java/io/foldright/demo/traverser/GuavaTraverserTest.java):
- 文章[使用 Guava 轻松搞定树形结构,无需使用其他工具](https://juejin.cn/post/7418378848402653194)的可运行示例代码## 相关资料
- [Guava Graph的官方文档](https://github.com/google/guava/wiki/GraphsExplained)