Implementation of fundamental graph algorithms in C. Work from CS discipline with this same name.
- Clone this repository;
Warning Requirements:
Install
gcc
(if you don't have it already) - orclang
(used byLLVM
).Check for the latest version:
gcc --version
gcc (GCC) 12.1.0
Copyright (C) 2022 Free Software Foundation, Inc.
- just run setup.sh;
- if you are using
gcc
press 0, forclang
press 1;
- Everything should works fine from here.
Note
Tip: If you want to debug the project, you can use a tool like
gdb
, and use it with an IDE like VsCode.
- MingW must works fine, you have to compile and link all files contained in src/ - not sure what command to use for that, so you might want to google it. You probably will want to use an IDE like Code::Blocks, just add the files into your project;
- and run src/main.c.