scyther/src/warshall.h

5 lines
92 B
C
Raw Normal View History

void graph_fill (int *graph, int nodes, int value);
int warshall (int *graph, int nodes);