Tagged Questions

4
votes
3answers
155 views

How to display precisely the decimal digits of a double in C++?

Problem Given two integers a, b, a < b. Display its decimal expansion. You will print the decimal expansion of integer quotient given, stopping just as the expansion terminates or just as the ...
0
votes
4answers
115 views

minimum number tiles within given rectangle

I have been practicing some programming contest questions (for fun and practice for upcoming contests) and am stuck on this one: http://dwite.ca/questions/power_tiles.html I'm not really sure where I ...
0
votes
3answers
276 views

EngineYard SHA1 Contest Approaches

EngineYard is holding a constest here, where given a phrase and a dictionary of words, come up with a 12 word phrase whose SHA1 hash has the smallest hamming distance from the SHA1 hash of the given ...