graph-stream
There are 4 repositories under graph-stream topic.
CGCL-codes/Horae
Horae is a graph stream summarization structure for efficient temporal range queries. Horae can deal with temporal queries with arbitrary and elastic range while guaranteeing one-sided and controllable errors. More to the point, Horae provides a worst query time of O(log L), where L is the length of query range. Hoare leverages multi-layer storage and Binary Range Decomposition (BRD) algorithm to decompose the temporal range query to logarithmic time interval queries and executes these queries in corresponding layers.
axtonsun/awesome-streaming-graphs
Must-read papers on streaming graph
Aristides-19/GraphSoupWordFinder
Buscador de Palabras en Sopa de Letras con Grafos (BFS y DFS)
T-Lak/GraphWorks
Java implementation of some graph algorithms (Fleury, Kruskal, Prim, Hierholzer & Breadth-First Search).