Skip to content

Commit

Permalink
Merge pull request #11 from wenxuanguan/1.1.0
Browse files Browse the repository at this point in the history
update readme
  • Loading branch information
Danliran authored Jan 6, 2021
2 parents 9f11072 + 0aa26ce commit 04b460a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Introduction

Graph Algorithm library, running on KUNPENG chipset, is an accelerated library that provides a rich set of higher-level tools for graph algorithms. It is based on the original APIs from Apache [Spark 2.3.2](https://github.com/apache/spark/tree/v2.3.2). The accelerated library greatly improves the computational performance in big data scenarios. Additionally, it provides several original created APIs which are not included in Apache Spark graphx library.

The current version provides four Graph Algorithms, TC (Triangle Count), WCE (Weak Clique Enumeration), MCE (MaximalClique Enumeration), Modualrity. You can find the latest documentation, including a programming guide, on the project web page. This README file only contains basic setup instructions.
The current version provides 11 graph algorithms, TC (Triangle Count), WCE (Weak Clique Enumeration), MCE (MaximalClique Enumeration), Modualrity, Closeness, CD(Cycle Detection), LPA(Label Propagation Algorithm), Louvain, PageRank, ShortestPaths, SCC(Strongly Connected Components). You can find the latest documentation, including a programming guide, on the project web page. This README file only contains basic setup instructions.



Expand Down

0 comments on commit 04b460a

Please sign in to comment.