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

Function MergeList

DataStructure/LinkList/MergeList.ts:10–42  ·  view source on GitHub ↗

* 合并两个有序链表 * * @param {ListNode} pHead * @param {ListNode} qHead * @return {List}

(pHead: ListNode, qHead: ListNode)

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