summaryrefslogtreecommitdiffstats
path: root/all_pairs/source/dijkstra/input.h
blob: 970182850132b94f24e8dfa0e69ea3a88a154fec (plain) (blame)
1
2
3
4
5
6
7
8
#ifndef INPUT_H
#define INPUT_H

#define NUM_NODES 100

extern unsigned char dijkstra_AdjMatrix[NUM_NODES][NUM_NODES];

#endif  /* INPUT_H */