大家一般用gradle还是maven# Programming - 葵花宝典
b*7
1 楼
刚刚on-stie面试完某大公司。面试了7个人,大概问了20-30道题,有1道题不会,尽管
其他的都打上来了,很是郁闷,本以为自己准备的足够好了,哎。但是这道题不会,很
不甘心,希望大侠们帮助!!!
In our indexes, we have millions of URLs each of which has a link to the
page content, now, suppose a user type a query with wild cards *, which
represent 0 or multiple occcurrences of any characters, how to build the
index such that such a type of query can be executed efficiently and the
contents of all correpsonding URLs can be displayed to the users? For
example, given a query http://www.*o*ve
其他的都打上来了,很是郁闷,本以为自己准备的足够好了,哎。但是这道题不会,很
不甘心,希望大侠们帮助!!!
In our indexes, we have millions of URLs each of which has a link to the
page content, now, suppose a user type a query with wild cards *, which
represent 0 or multiple occcurrences of any characters, how to build the
index such that such a type of query can be executed efficiently and the
contents of all correpsonding URLs can be displayed to the users? For
example, given a query http://www.*o*ve