Hi there,
Nearest neighbour is a problem where you are given N points
and you are asked to process online queries: for a new point
find the closest point from given N points. Euclid distance is used: 
Who knows where I can test this problem?
Hi there,
Nearest neighbour is a problem where you are given N points
and you are asked to process online queries: for a new point
find the closest point from given N points. Euclid distance is used: 
Who knows where I can test this problem?
Hi everybody!
Recently I have thought of how can I solve such problem: There is a root of a tree. At each step player can create on any leaf of a tree either left child (with probability p) or right child (with probability 1 - p). What is the expected value of a height of a tree after n player steps?
UPD: Leaf is chosen with the same probability (equiprobably).
Leaf -- is a vertex with the number of children less than 2.
Hi everybody!
Will be it possible to participate in IOI 2013 online?
Thanks