Skip to content

Moon1705/network_USIOI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 

Repository files navigation

Network algorithms

The following algorithms are presented in this project:

  • Algorithm Dijkstra;
  • Algorithm Ford-Bellman;
  • Algorithm Maximum flow;
  • Reservation in communication networks.

Install Python and Git

Before start this project you should install:

On Linux (Dedian) terminal you can do this with commands:

$ sudo apt-get update
$ sudo apt-get install -y python3
$ sudo apt-get install -y git

Start project

For normal work project you should install python environment.

$ cd /home/$(whoami)/Downloads
$ git clone https://github.com/Moon1705/network_USIOI.git
$ cd network_USIOI
$ pip3 install -r requirements.txt

And start project!

$ python3 main.py

Delete project

If the project is no longer needed.

$ cd ..
$ rm -rf network_USIOI
$ sudo apt-get uninstall -y python3
$ sudo apt-get uninstall -y git

About

Network algorithm with python networkx

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages