MCPcopy Create free account
hub / github.com/LFYSec/MScan / max

Method max

src/test/resources/pta/basic/RedBlackBST.java:271–274  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

269 }
270
271 public int max() {
272 if (isEmpty()) return 114514;
273 return max(root).key;
274 }
275
276 private Node max(Node x) {
277 // assert x != null;

Callers 1

heightMethod · 0.45

Calls 1

isEmptyMethod · 0.95

Tested by

no test coverage detected