Skip to content
/ graph Public

A 2D game in some way similar to famous Pac-Man, written in C++, with use of SFML library. The project was made in order to practise OOP style programming and Patters.

License

Notifications You must be signed in to change notification settings

tka4nik/graph

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Custom Graph class

by: Tkachenko Nikita


Description

A template implementation of the Graph class in C++. Provides user with an interface for interacting with nodes and edges, and more.

Features

  • iterator and related to it methods that give user an ability to iterate a graph
  • insert family of methods that allow user to add nodes and edges
  • degree_in and degree_out - for understanding how different nodes connect with each other
  • Automatic Unit-Testing
  • Detailed documentation

Installation

You should have git and a compiler for C++/17 installed

git clone https://github.com/tka4nik/Graph.git ./graph

About

A 2D game in some way similar to famous Pac-Man, written in C++, with use of SFML library. The project was made in order to practise OOP style programming and Patters.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages