Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Неправильно составлены тесты #43

Open
HellCAT0147 opened this issue Feb 26, 2023 · 0 comments
Open

Неправильно составлены тесты #43

HellCAT0147 opened this issue Feb 26, 2023 · 0 comments

Comments

@HellCAT0147
Copy link

Для решения вашей задачи мне пришлось использовать Math.round() после деления отрезка на 2, когда в бинарном поиске (хоть в той же ссылке на Вики, которую вы прикрепили) необходимо использовать Math.floor().
Плюс по вашей логике в игре от 1 до 10 к примеру если отвечаешь на guess 5 - меньше, то рассматривается диапазон от 1 до 5, когда на самом деле должен рассматриваться уже диапазон меньше 5: от 1 до 4!

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

No branches or pull requests

1 participant