summaryrefslogtreecommitdiff
path: root/src/03/graph.c
AgeCommit message (Expand)Author
2020-09-27docs: document each functionmo khan
2020-09-26style: run cclang formattermo khan
2020-09-08refactor: rename connected to has_edgemo khan
2020-09-07test: add test to check if vertices are connectedmo 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