Qiskit / rustworkx

A high performance Python graph library implemented in Rust.
https://www.rustworkx.org
Apache License 2.0
1.06k stars 146 forks source link

Add equivalent function to Networkx's `periphery()` #634

Open nashpan opened 2 years ago

nashpan commented 2 years ago

What is the expected enhancement?

I just use retworkx to replace my networkx part, but I come across a problem, I can't find the proper retworkx API to replace the networkx API networkx.periphery, is there someone kowning about this, I need your help ! ! !

Seungwook-Woo commented 1 year ago

I'm interested in working on this one.