AllAlgorithms / c

Implementation of All ▲lgorithms in C Programming Language
https://github.com/AllAlgorithms/c
MIT License
1.45k stars 519 forks source link

Adding adjacency_matrix_graph ADT #300

Closed PauloMRocha closed 3 years ago

PauloMRocha commented 3 years ago

I am creating a pull request for...

Add a simple implementation of an adjacency matrix graph to data-structures folder.