Timeline for Binary search for IOI problem: Cave
Current License: CC BY-SA 3.0
4 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Dec 29, 2017 at 20:10 | comment | added | Schism |
I can't agree with the bulk of this answer. The very nature of a solution to a competitive programming problem is that it is not intended to be maintained; it is to be written once, then discarded. In that respect, it's not meaningful to make the majority of the recommendations. Furthermore, while the general advice to use the standard library is great, this problem uses a specialized binary search with side effects, so std::binary_search is useless here.
|
|
| Dec 28, 2017 at 1:33 | vote | accept | QuIcKmAtHs | ||
| Dec 28, 2017 at 1:25 | history | edited | user1118321 | CC BY-SA 3.0 |
Fixed a typo.
|
| Dec 27, 2017 at 19:49 | history | answered | pacmaninbw♦ | CC BY-SA 3.0 |