MCPcopy Create free account
hub / github.com/Reaper622/DataStructure-Algorithm-TS / SumBinary

Function SumBinary

DataStructure/String/SumBinary.js:10–36  ·  view source on GitHub ↗

* 给定两个二进制字符串,返回他们的和(用二进制表示。 * 输入为非空字符串且只包含数字 1 和 0。 * @param {string} a * @param {string} b * @return {string}

(a, b)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

String.test.jsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected