Skip to content

Commit

Permalink
Add lowest_common_ancestor algorithm to nx-cugraph (#85)
Browse files Browse the repository at this point in the history
Moving from rapidsai/cugraph#4779

Waiting for rapidsai/nx-cugraph#35 to be merged

Authors:
  - Erik Welch (https://github.com/eriknw)
  - Don Acosta (https://github.com/acostadon)

Approvers:
  - Don Acosta (https://github.com/acostadon)

URL: #85
  • Loading branch information
eriknw authored Feb 6, 2025
1 parent f89018a commit 9a4ffa0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/cugraph-docs/source/nx_cugraph/supported-algorithms.rst
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,12 @@ Algorithms
| jaccard_coefficient |
+---------------------+

+-----------------------------+
| **Lowest Common Ancestors** |
+=============================+
| lowest_common_ancestor |
+-----------------------------+

+----------------+
| **Operators** |
+================+
Expand Down

0 comments on commit 9a4ffa0

Please sign in to comment.