Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/katarinamolotova/graph-algorithms


https://github.com/katarinamolotova/graph-algorithms

Last synced: 2 days ago
JSON representation

Awesome Lists containing this project

README

        

# graph_algorithms

Teaching team project. Implemented in a team of two people.
Team: [teammate: Mikhail Kukhtachev](https://github.com/Kuhtaaa)

In this project it was necessary to develop graph and graph algorithms libraries. It was also necessary to write a solution to the traveling salesman problem using the ant method and two more to choose from. We chose the branch and bound method and brute force. The whole project is covered by Google tests. When writing, we adhered to Google style.

The project uses a matrix template library also written by us.

The program contains a console interface

## Stack:
- C++
- OOP
- STL