graph

unidirected graph implementation using adjacency list
Index Commits Files Refs README LICENSE
commit 819d74fb0b2283882936115f085269d6a24a4e67
parent 6e673f1c8640c0999441bd415a39276a6ce172fa
Author: mjkloeckner <martin.cachari@gmail.com>
Date:   Fri, 27 Jan 2023 18:22:33 -0300

update README.md

Diffstat:
MREADME.md | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
@@ -1,5 +1,5 @@
 # Graph implementation in C
-![file](https://user-images.githubusercontent.com/64109770/215198850-a040ab3a-f98e-4a5f-967c-06ed64e819cd.png)
+![example-output](https://user-images.githubusercontent.com/64109770/215203106-649a479e-c757-42c0-9acd-9bb4f719ab6c.png)
 
 Simple graph data structure implementation in C using adjacency list. Featuring
 graph output to stdout formatted in