use calloc instead of malloc for some arrays in dijkstra
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Wed, 28 Apr 2021 03:53:49 +0000 (20:53 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Wed, 5 May 2021 00:54:32 +0000 (17:54 -0700)
commit42dcd674ef9eed0f74668834c4ae3f3dbc2c549f
tree9e90e6def2b41d649dee33ae9355924026660032
parentf3e4476819ea70b87905a36fbc77d6e1b7cabecb
use calloc instead of malloc for some arrays in dijkstra
cmd/tools/dijkstra.c