Google interview question

Convert char string to integer.

Interview Answers

Anonymous

Dec 30, 2011

Pay attention to integer ranges and negative numbers.

Anonymous

Feb 21, 2012

One thing to consider is how you compare the result to be greater than Integer.MAX_VALUE... because it will overflow so be cautious of that