Skip to content

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

License

Notifications You must be signed in to change notification settings

bushuevda/Critical_path_method

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Critical_path_method

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published