module
0.0.0-20221019113444-4fdbaf646943
Repository: https://github.com/semerf/firstserver.git
Documentation: pkg.go.dev
# README
FirstServer
Homework on Computer Systems Course
Create REST API of tmanagement service
- Create task {order_name: "make product", start_date: "01-01-2022"}, edit, delete
- Add work {task: "task 1", duration: 2, resource: 10} to the task, delete the work
- Add an array of previous jobs to the job {pred: [1, 2, 3]}
Write a computational service that calculates the duration of the project (assuming that there is a limit of resource use max = 10) by creating randomly 1000000 sequences of activities and calculates in parallel the durations of each sequence (a prototype of a genetic algorithm)
# Packages
No description provided by the author