Google Glass Diary, Part 3: How Search Works On Google Glass
-
There are seven voice commands built in to this first “Explorers” edition
of Google Glass. Two of those six are search-related: “google…” and “get
directio...
11 minutes ago
Is the following solution correct -
ReplyDeleteLet Xij be the event that when two distinct random numbers i and j are selected between 1 and n and i <> a[j].
Probability of occurence of Xij = 1-1/n
We need to sum this probability over i and j from 1 to n and i<>j
Does this solution work?