Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
16
class
ListNode:
17
def
__init__(self, x):
18
self.val = x
19
self.next = None
20
21
22
class
TreeNode:
Callers
1
parseListNode
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected