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

Function DeleteNFromEnd

DataStructure/LinkList/DeleteN.ts:10–39  ·  view source on GitHub ↗

* 删除链表的倒数第N个节点 * * @param {ListNode} head * @param {number} n * @return {ListNode}

(head: ListNode, n: number)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

LinkList.test.jsFile · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected