MCPcopy Create free account
hub / github.com/aylei/leetcode-rust / Solution

Class Solution

src/solution/s0206_reverse_linked_list.rs:18–18  ·  view source on GitHub ↗

* [206] Reverse Linked List * * Reverse a singly linked list. * * Example: * * * Input: 1->2->3->4->5->NULL * Output: 5->4->3->2->1->NULL * * * Follow up: * * A linked list can be reversed either iteratively or recursively. Could you implement both? * */

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