Copyright 2011, Randy Strauss>
One company gave me a phone interview and then homework to write two small programs to do string reversal and binary search in an integer array, including test cases. It seemed a bit simple, but I guess it's fair. I don't want to waste another hour on stuff like this in the near future, so I thought I'd post these.
/*...*/ #include#include
Copyright 2011, Randy Strauss>