mirror of
https://github.com/appinfosapienza/so-un-bot.git
synced 2025-05-07 00:19:36 +02:00
move legacy code to separate branch
This commit is contained in:
parent
68a30c8ee6
commit
11b4c48c3a
3528 changed files with 14477 additions and 53258 deletions
1
Data/ingsw/0321_11/correct.txt
Normal file
1
Data/ingsw/0321_11/correct.txt
Normal file
|
@ -0,0 +1 @@
|
|||
3*(1 + p)*A
|
1
Data/ingsw/0321_11/quest.txt
Normal file
1
Data/ingsw/0321_11/quest.txt
Normal file
|
@ -0,0 +1 @@
|
|||
Un processo di sviluppo agile consiste di 3 iterazioni identiche di costo A. Alla fine di ogni iterazione vengono prese in considerazione le "change requests" e, se ve ne sono, l'iterazione viene ripetuta. Sia p la probabilità che ci siano "change requests" all fine di una iterazione. Il valore atteso del costo del progetto è:
|
1
Data/ingsw/0321_11/wrong 1.txt
Normal file
1
Data/ingsw/0321_11/wrong 1.txt
Normal file
|
@ -0,0 +1 @@
|
|||
3*(A + p)
|
1
Data/ingsw/0321_11/wrong 2.txt
Normal file
1
Data/ingsw/0321_11/wrong 2.txt
Normal file
|
@ -0,0 +1 @@
|
|||
3*p*A
|
Loading…
Add table
Add a link
Reference in a new issue