addtition: graph veretx count and get veretx
This commit is contained in:
@@ -30,7 +30,7 @@ GraphErr graph_connect_vertex(
|
||||
size_t node2,
|
||||
size_t weight);
|
||||
|
||||
GraphErr graph_vertex_count(size_t *out);
|
||||
GraphErr graph_vertex_count(Graph *graph, size_t *out);
|
||||
GraphErr graph_get_vertex(Graph *graph, size_t index, Vertex *out);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user