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

Method nthToLast

79_nthToLast.java:7–23  ·  view source on GitHub ↗

@param head: The first node of linked list. @param n: An integer. @return: Nth to last node of a singly 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