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

Function IsContinuous

DataStructure/Array/IsContinous.ts:7–37  ·  view source on GitHub ↗

* 判断传入的一组扑克牌是否为一个顺子,2-10为数字本身,A为1,J为11,Q为12,K为13,大小王可为任意数字。 * @param {number[]} numbers * @return {boolean}

(numbers: number[])

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected