-
Notifications
You must be signed in to change notification settings - Fork 1
[FEA] Sort adjacency array #20
Copy link
Copy link
Open
Labels
0 - BacklogHORNET Repocode goes into the Hornet repocode goes into the Hornet repocudaCUDA code needs to be developedCUDA code needs to be developedfeatureNew feature or requestNew feature or request
Metadata
Metadata
Assignees
Labels
0 - BacklogHORNET Repocode goes into the Hornet repocode goes into the Hornet repocudaCUDA code needs to be developedCUDA code needs to be developedfeatureNew feature or requestNew feature or request
Type
Fields
Give feedbackNo fields configured for issues without a type.
Sorted adjacency lists are needed for numerous applications: triangle counting, K-Truss.
Sorting can also be useful for updating a graph as it is easier to lookup values.
Each of the adjacency arrays needs to be sorted.