Skip to content

Where to find algorithms

Erik Welch edited this page May 12, 2022 · 4 revisions

Many graph algorithms can be written in GraphBLAS, and, indeed, many already have! These exist in many different locations and in different forms.

As these resources are investigated closer, please update this wiki with info that will be useful for the next reader, and maybe put the most useful links first. One of our goals with graphblas-algorithms is to create a single location with well-tested, fast, beautiful implementations of graph algorithms. Many of the referenced algorithms will probably need to be modified and cleaned up. By targeting the NetworkX API, we inherit a hardened API and, importantly, tests!

If your goal is to implement some algorithms, right now the best approach is probably to look at NetworkX code and find something to your liking :). There is currently a lot of low-lying fruit that should be straightforward to implement. Some particularly juicy places to look may be:

Other resources:

Clone this wiki locally