Skip to content

Projects I've made using C++ and the glut library.

Notifications You must be signed in to change notification settings

KASNIAC/openGL-Projects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

----- Graphs drawer -----
This program draws a simple undirected graph. I usually use it for competitive programming problems where it is important to visualize the graph.

Use: Just run "compile.bat", after the draw-graph.exe program is generated, you just have to run it.

Input: The first number is the number of vertex on the graph, followed by the number of edges. Subsequently as many pairs of numbers as there are edges.

Input Example:
6
4
0 5
2 4
2 3
4 3

About

Projects I've made using C++ and the glut library.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published