Thursday, December 27, 2018

fast io in programming competition

copied from neal's cf blog. 
ios::sync_with_stdio(false);
cin.tie(nullptr);

Thursday, July 5, 2018

Reading Bill Coughran

https://www.sequoiacap.com/people/bill-coughran/

Bill was once leading Google's Engineering team and he has many interesting perspective in his sequoia profile linked above.

For example, (you do not need a lot of engineers) the best team is 2 to 8 people in the same room, and a team with good people can steer themselves.

Bill stayed in Bell labs for 20 years, and he thought he should left sooner. Change every few years is healthy.

Back to writing

After a long break, I find it compelling to start writing again, and not limit myself to programming competition or interview problems.