Skip to content

Commit

Permalink
Updated README.
Browse files Browse the repository at this point in the history
  • Loading branch information
AidenPearce-ZYQ committed Nov 26, 2024
1 parent 051d63e commit d65b2fb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions procedures/community/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
In this directory, The procedures are contribution from the commmunity.

## K-hop Algorithm
The K-hop algorithm is used to find all nodes within K hops from a given starting node in a graph. It is particularly useful in social network analysis, recommendation systems, and network topology analysis.
The K-hop algorithm is used to find all nodes within K hops from a given starting node in a graph. It is particularly useful in social network analysis, recommendation systems, and network topology analysis.

### Contributor
This algorithm was contributed by AidenPearce-ZYQ, iwanttoknowwhy and ZhengHeber.
This algorithm was contributed by [Yingqi Zhao](https://github.com/AidenPearce-ZYQ), [Junjie Wang](https://github.com/iwanttoknowwhy) and [Haibo Zheng](https://github.com/ZhengHeber).

### Usage
For detailed usage, please refer to the TuGraph-DB OLAP C++ API documentation and run khop_standalone --help.
For detailed usage, please refer to the TuGraph-DB OLAP C++ API documentation. After installation, you can run `khop_standalone --help` for additional information.

0 comments on commit d65b2fb

Please sign in to comment.