Shortest distance between two arrays
摘要:
Given two sorted array in non-descending order, each contains positive integersThe distance is define as followingpick up a number from each array, compute their differencereturn the shortest distance... 阅读全文
posted @ 2009-06-07 16:07 翰墨小生 阅读(383) 评论(0) 推荐(0) 编辑