MCPcopy Create free account
hub / github.com/Jensenczx/CodeEveryday / removeNthFromEnd

Method removeNthFromEnd

43_removeNthFromEnd.java:7–34  ·  view source on GitHub ↗

@param head: The first node of linked list. @param n: An integer. @return: The head of linked list.

(ListNode head, int 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