Result: 10/10 **********
This one took more time than Problem 1 and Problem 2, but at least I actually finished this Problem 3, unlike the last few ones.
scode.cpp
C++ solutions, both training and real, are posted when possible; they are provided for reference purposes only.
Friday, February 14, 2014
February 2014 Bronze Problem 2: Auto-complete
Result: 7/10 *****tt**t
Just sort the entries, but also store the original position, then process the requests.
auto.cpp
Just sort the entries, but also store the original position, then process the requests.
auto.cpp
February 2014 Bronze Problem 1: Mirror Field
Result: 8/10 **x*x*****
This is actually more difficult than Problem 2, which I completed first.
mirror.cpp
This is actually more difficult than Problem 2, which I completed first.
mirror.cpp
Subscribe to:
Posts (Atom)