
IP属地:加州
周一做得好的 去看了《南京照相馆》 看电影前,在电影院门口花了一个小时梳理公司里的项目。 周二做得好的事 晚上去运动了 去运动之前,把屋里整理了...
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类型的类名,想创建对象,就这样做