mirror of
https://github.com/appinfosapienza/so-un-bot.git
synced 2025-05-06 14:19:38 +02:00
Refactor repo structure
This commit is contained in:
parent
36ac339086
commit
8fc89fbc03
1732 changed files with 3812 additions and 67 deletions
1
Data/Questions/ingsw/0621_21/correct.txt
Normal file
1
Data/Questions/ingsw/0621_21/correct.txt
Normal file
|
@ -0,0 +1 @@
|
|||
A*(2 + p)
|
1
Data/Questions/ingsw/0621_21/quest.txt
Normal file
1
Data/Questions/ingsw/0621_21/quest.txt
Normal file
|
@ -0,0 +1 @@
|
|||
Si consideri un software costituito da due fasi F1 ed F2 ciascuna di costo A. Con probabilità p la fase F1 deve essere ripetuta (a causa di change requests) e con probabilità (1 - p) si passa alla fase F2 e poi al completamento (End) dello sviluppo. Qual'eè il costo atteso per lo sviluppo del software seguendo il processo sopra descritto ?
|
1
Data/Questions/ingsw/0621_21/wrong0.txt
Normal file
1
Data/Questions/ingsw/0621_21/wrong0.txt
Normal file
|
@ -0,0 +1 @@
|
|||
3*A*p
|
1
Data/Questions/ingsw/0621_21/wrong1.txt
Normal file
1
Data/Questions/ingsw/0621_21/wrong1.txt
Normal file
|
@ -0,0 +1 @@
|
|||
A*(1 + p)
|
Loading…
Add table
Add a link
Reference in a new issue