MCPcopy Create free account
hub / github.com/algorithmzuo/algorithm-journey / build

Method build

src/class149/SkipList1.java:50–54  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

48
49 // 建立跳表
50 public static void build() {
51 cnt = 1;
52 key[cnt] = Integer.MIN_VALUE;
53 level[cnt] = MAXL;
54 }
55
56 // 使用多少空间一律清空
57 public static void clear() {

Callers 1

mainMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected