algorithms and random thoughts
Friday, February 8, 2019
Three Medians of Triangles are Concurrent
›
There are two proofs with the same basic idea, proving that two medians intersect and split the line connecting one endpoint and its midpoin...
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 perspecti...
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.
Sunday, June 19, 2016
Candy distribution problem
›
Candy distribution problem There are n students in a circle, each of them start with a[0] ... a[n-1] candies. There is also an infinite pi...
Sunday, March 13, 2016
hackerrank java challenge
›
https://www.hackerrank.com/contests/codewhiz-java-march-2016/challenges Not much algorithm but a nice exercise on Java features. interfa...
A nice OS book, Three Easy Pieces
›
http://pages.cs.wisc.edu/~remzi/OSTEP/ Disclaimer, I found this on Internet and know nothing about the author. This is a nice book that ex...
›
Home
View web version