两个问题 都是是非题
disjoint-set forest , unique element,wightrule is applied那 下面这个例子会成立吗?
1.In the worst case, find an element in a set of size n take theta(logn)
在最糟情况find 还是可以保持趋近O(1)吗?还有disjoint-set 有很多种find和union 那是要用哪一种来看还是,就用最好的find和union呢?
2.The complexity of a comparison based algorithm cannot be faster than O(nlogn)
如果非comparison based algorithm 可以突破nlogn,但是如果是Best case不可以了吗? 像这题要考虑Best case吗@@