cycleDetection

Detect cycles in graphs
Log | Files | Refs | README

ModeNameSize
-rw-r--r--.gitignore2L
-rw-r--r--README11L
-rw-r--r--data/graphmatrix-1.txt6L
-rw-r--r--data/graphmatrix-10.txt101L
-rw-r--r--data/graphmatrix-2.txt4L
-rw-r--r--data/graphmatrix-3.txt11L
-rw-r--r--data/graphmatrix-4.txt26L
-rw-r--r--data/graphmatrix-5.txt101L
-rw-r--r--data/graphmatrix-6.txt26L
-rw-r--r--data/graphmatrix-7.txt51L
-rw-r--r--data/graphmatrix-8.txt5L
-rw-r--r--data/graphmatrix-9.txt3L
-rw-r--r--src/Graph.c84L
-rw-r--r--src/Graph.h40L
-rw-r--r--src/LinkedList.c83L
-rw-r--r--src/LinkedList.h49L
-rw-r--r--src/Makefile10L
-rw-r--r--src/cycleDetection.c70L
-rw-r--r--src/cycleDetection.h13L
-rw-r--r--src/main.c19L