jhonatanmacazana / graph-C

Basic implementation of an adjacency list Graph representation with a linked list for the nodes.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Graph implementation in C code

Basic implementation of a Graph representation of an adjacency list with a linked list for the nodes. Floyd Warshall Algorithm implemented to calculate the routes.

About

Basic implementation of an adjacency list Graph representation with a linked list for the nodes.

License:MIT License


Languages

Language:C 70.6%Language:Makefile 17.1%Language:C++ 12.4%