overinvest

Results 2 issues of overinvest

#### Description of Change - **Using a vector to store Fibonacci numbers**: Instead of using two strings `fibMinus1` and `fibMinus2` to store the last two Fibonacci numbers, we used a...

stale

Now I split the original `RegenerateParticipants` function into two separate functions: `UpdateExistingParticipants` and `AddNewParticipants`. The first one updates information about existing participants, while the second one adds new participants. Now...