notnuff / asd_lab_2.3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

compiling:

gcc -o lab3 main.c "src/c files/graph_create.c" "src/c files/vec_math_lib.c" "src/c files/X_routines.c" "src/c files/graph_draw.c" -lm -lX11

controls:

press O to draw oriented graph
press U to draw unoriented graph

About


Languages

Language:C 100.0%