不用替UA洗地了,TPG也道歉了# Money - 海外理财
c*a
1 楼
第一次的电面题版上有版友发过了
开始5分钟左右互相自我介绍
第一题
设计hashtable,考虑线程安全,数据增加的时候怎么办,不用写代码只要说就行了
大概用了十分钟
第二题
implement Arrays.sort(Object[] a);
//1. Mutate input or return your own array
//2. I value run time over memory usage. Ideally both should be as minimal
as possible, but I prefer faster runtime.
//3. You can assume that all the objects in the array 'a' all implement the
comparable interface.
我折腾了半个多小时写了个merge sort
估计没有戏了,心哇凉哇凉的
开始5分钟左右互相自我介绍
第一题
设计hashtable,考虑线程安全,数据增加的时候怎么办,不用写代码只要说就行了
大概用了十分钟
第二题
implement Arrays.sort(Object[] a);
//1. Mutate input or return your own array
//2. I value run time over memory usage. Ideally both should be as minimal
as possible, but I prefer faster runtime.
//3. You can assume that all the objects in the array 'a' all implement the
comparable interface.
我折腾了半个多小时写了个merge sort
估计没有戏了,心哇凉哇凉的