Skip to content
This repository has been archived by the owner on Dec 28, 2023. It is now read-only.

[task_03] Add problem solution #397

Open
wants to merge 24 commits into
base: main
Choose a base branch
from
Open

Conversation

Ampersand04
Copy link
Contributor

No description provided.

Copy link

github-actions bot commented Dec 22, 2023

📌 Duplicate code detection tool report

The tool analyzed your source code and found the following degree of similarity between the files:

trunk/II02302/task_02/src/qwerty.cpp

📄 trunk/II02302/task_02/src/qwerty.cpp

File Similarity (%)
trunk/ii02305/src/task_02.cpp 89.5
trunk/ii02305/src/task_02.cpp

📄 trunk/ii02305/src/task_02.cpp

File Similarity (%)
trunk/II02302/task_02/src/qwerty.cpp 89.5
trunk/ii02320/task_03/doc/readme.md

📄 trunk/ii02320/task_03/doc/readme.md

File Similarity (%)
trunk/ii02412/task_03/doc/readme.md 89.9
trunk/ii02412/task_03/doc/readme.md

📄 trunk/ii02412/task_03/doc/readme.md

File Similarity (%)
trunk/ii02320/task_03/doc/readme.md 89.9

trunk/II02323/task_03/src/main.py Fixed Show fixed Hide fixed
trunk/II02323/task_03/src/main.py Fixed Show fixed Hide fixed
@Gomziakoff Gomziakoff added question Further information is requested invalid This doesn't seem right labels Dec 22, 2023
trunk/II02323/task_03/src/main.py Fixed Show fixed Hide fixed
trunk/II02323/task_03/src/main.py Fixed Show fixed Hide fixed
@Ampersand04 Ampersand04 removed invalid This doesn't seem right question Further information is requested labels Dec 22, 2023
seed_value = 42
np_random.seed(seed_value)
self.name = name
x = np_random.default_rng().integers(0, 636)

Check notice

Code scanning / SonarCloud

Results that depend on random number generation should be reproducible Low

Provide a seed for this random generator. See more on SonarCloud
np_random.seed(seed_value)
self.name = name
x = np_random.default_rng().integers(0, 636)
y = np_random.default_rng().integers(0, 596)

Check notice

Code scanning / SonarCloud

Results that depend on random number generation should be reproducible Low

Provide a seed for this random generator. See more on SonarCloud
LapinVladimir
LapinVladimir previously approved these changes Dec 22, 2023
Ghokury
Ghokury previously approved these changes Dec 22, 2023
Copy link

sonarcloud bot commented Dec 27, 2023

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants