MCPcopy Create free account
hub / github.com/LjyYano/LeetCode / convertToBase7

Method convertToBase7

src/main/java/L0504_Base7.java:23–42  ·  view source on GitHub ↗

进制转换 不断除以 7,取余数,直到商为 0

(int num)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

mainMethod · 0.95

Calls 2

toStringMethod · 0.45
reverseMethod · 0.45

Tested by

no test coverage detected