summaryrefslogtreecommitdiff
path: root/src/03/graph_test.c
AgeCommit message (Expand)Author
2020-09-26style: run cclang formattermo khan
2020-09-26Extract adjacency matrix into separate filesmo khan
2020-09-26feat: implement backtracking algorithm to visit each edge in both directionsmo khan
2020-09-26feat: work on algorithm to find path that traverses each edges in both direct...mo khan
2020-09-08refactor: rename connected to has_edgemo khan
2020-09-07test: add test to check if vertices are connectedmo khan
2020-09-07refactor: inline variable declarationsmo khan
2020-09-07feat: record edges in graphmo khan
2020-09-07Ensure that 128 vertices can be added to graphmo khan
2020-09-07feat: add vertex to graphmo khan
2020-09-07feat: add function to init vertexmo khan
2020-09-07test: add graph_tests to suitemo khan