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

Function DeleteNFromEnd

DataStructure/LinkList/DeleteN.js:11–39  ·  view source on GitHub ↗

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

(head, n)

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