summaryrefslogtreecommitdiffstats
path: root/all_pairs/source/dijkstra/input.h
diff options
context:
space:
mode:
Diffstat (limited to 'all_pairs/source/dijkstra/input.h')
-rw-r--r--all_pairs/source/dijkstra/input.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/all_pairs/source/dijkstra/input.h b/all_pairs/source/dijkstra/input.h
new file mode 100644
index 0000000..9701828
--- /dev/null
+++ b/all_pairs/source/dijkstra/input.h
@@ -0,0 +1,8 @@
1#ifndef INPUT_H
2#define INPUT_H
3
4#define NUM_NODES 100
5
6extern unsigned char dijkstra_AdjMatrix[NUM_NODES][NUM_NODES];
7
8#endif /* INPUT_H */