
IP属地:加州
到上个月月底,就已经整整工作3年了。三年前上岸的是世界500强的大厂,这三年在科技行业机会最多的硅谷待着。但回顾这三年过的日子,觉得自己实在是蹉...
Let a and b > 1 be constants, let f(n) be a function, and let T(n) be de...
Augmenting data structures Dynamic order statistics OS-Select(i) - retur...
Goal: get a search tree data structure that we can insert, delete and se...
Insert and delete insert 的整个思路很简单。其实只能加在最下面。所以从root开始,每次比较当前node的值和需要ins...
Tree insert: searchs for that element A[i]Tree walk: Theorem: E[height o...
A fundamental weakness of hashing:For any choice of hash function, there...
io流分为字符流和字节流 然后下面又分为很多种目前我见到的使用io流的情况有三种 第一种是读写txt文件 第二种是存储object和读取obje...
拿着String类型的类名,想创建对象,就这样做