Diferente pentru blog/square-root-trick intre reviziile #61 si #62

Nu exista diferente intre titluri.

Diferente intre continut:

For uniformly distributed points, a good strategy is to represent the space as a grid and maintain a list of inner points for each cell. For a given query point, we can check the cell the point falls into and its neighbouring cells. For a $sqrt(n) * sqrt(n)$ grid we’ll have one point per cell, on average. On average, finding the point in $S$ closest to $p$, requires traversing a constant number of cells.
h2. Longest common subsequence solution
h2. Longest common subsequence
bq. Given two strings A (n characters) and B (m characters), find their longest common subsequence. (eg. The longest common sub sequence for abcabc and abcbcca is abcbc.)

Nu exista diferente intre securitate.

Topicul de forum nu a fost schimbat.