This commit is contained in:
Tiago Batista Cardoso
2026-02-28 11:10:17 +01:00
parent 2736884f46
commit 500e03af35
10 changed files with 508 additions and 28 deletions

View File

@@ -9,6 +9,9 @@ add_executable(graphe main.c
structs.c
structs.h
render.h
render.c)
render.c
algorithms.h
communities.c
louvain.c)
target_link_libraries(graphe SDL2::SDL2 m)