MCPcopy Create free account
hub / github.com/ccagml/leetcode-extension / ListNode

Class ListNode

resources/debug/entry/python3/entry.py:16–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14
15
16class ListNode:
17 def __init__(self, x):
18 self.val = x
19 self.next = None
20
21
22class TreeNode:

Callers 1

parseListNodeFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected