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

https://github.com/bushuevda/critical_path_method

Calculation of network graph parameters by the critical path method🛣️
https://github.com/bushuevda/critical_path_method

cpp golang java javascript kotlin python

Last synced: 3 months ago
JSON representation

Calculation of network graph parameters by the critical path method🛣️

Awesome Lists containing this project

README

          

# Critical_path_method
* [Instruction](#instruction)
* [Input data](#input-data)
* [Implementation of the program](#implementation-of-the-program)
* [Cpp](#cpp)
* [Python](#python)
* [Golang](#golang)
* [JavaScript](#javascript)
* [Java](#java)
* [Kotlin](#kotlin)
* [Result](#result)

## Instruction
### Input data
The input data is the adjacency matrix, which is declared in the program entry point file of each implementation. The size of the matrix must be n x n.

### Implementation of the program
#### Cpp
For start enter: `make main`, after `./main`

#### Python
For start enter: `python main.py`

#### Golang
For start enter: `go run main.go`

#### JavaScript
For start enter: `node main.js`

#### Java
For start enter: `make main`, after `make run`

#### Kotlin
For start enter: `make main`, after `make run`

## Result
The output format depends on the implementation of the program in the figure output in Python.

![image](https://github.com/bushuevda/Critical_path_method/assets/73591672/d4466f15-1780-4b36-9335-63879e1e3ffb)