Last active
June 21, 2017 15:51
-
-
Save mmatrosov/4690f860d1b5ad9eb0165a02f5fbc772 to your computer and use it in GitHub Desktop.
Задачка для постоянных посетителей Повседневного С++
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Дана последовательность чисел. Известно, что больше половины из них равны числу X. | |
Найти число X за один проход по последовательности и с наименьшим объёмом используемой памяти. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment