Skip to content

WSm-77/graph_algorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Graph algorithms

This repository contains graphs algorithms realted to the topic of flows and mininimal cut in graph.

Setup

Tip

It is recommended to use Linux for this repository.

Important

All commands should be executed in project's root directory.

To properly setup this repository you need to create virtual environment with following command:

python3 -m venv env

Once done you do need to activate your environment:

source ./env/bin/activate

and then install setuptools python package:

pip install setuptools

Last step is to install lockal packages:

python3 -m pip install -e .

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages