回複:SAP智力題 Data transfer

來源: 2010-02-08 23:08:13 [舊帖] [給我悄悄話] 本文已被閱讀:

let y be the string by xor two adjacent bits of x. then the problem is reduced to correcting two errors of y (the two end points of the interval where the flip happens), which there are ways to do it using 2log n bits. so one now transfer x plus the error correcting bits for correcting two errors of y.