Skip to content

Dynamic graph representation using per-node dynamic contiguous arrays of edges, efficiently indexable by node. Roughly the same memory as CSR sparse matrices but with O(1) edge insertion.

License

Notifications You must be signed in to change notification settings

goodcleanfun/graph

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

graph

Dynamic graph representation using per-node dynamic contiguous arrays of edges, efficiently indexable by node. Roughly the same memory as CSR sparse matrices but with O(1) edge insertion.

About

Dynamic graph representation using per-node dynamic contiguous arrays of edges, efficiently indexable by node. Roughly the same memory as CSR sparse matrices but with O(1) edge insertion.

Resources

License

Stars

Watchers

Forks

Packages

No packages published