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🛣️
- Host: GitHub
- URL: https://github.com/bushuevda/critical_path_method
- Owner: bushuevda
- License: gpl-3.0
- Created: 2024-06-17T13:24:32.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-07T18:28:21.000Z (almost 2 years ago)
- Last Synced: 2025-02-28T11:55:35.665Z (over 1 year ago)
- Topics: cpp, golang, java, javascript, kotlin, python
- Language: C++
- Homepage:
- Size: 88.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.
