Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/careercup/ctci
/ Question2_6.py
File
Question2_6.py
python/Chapter 2/Question2_6.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
from
classes.LinkedList
import
*
2
3
4
def
findBeginning(linkedlist):
Callers
nothing calls this directly
Calls
4
findBeginning
Function · 0.85
append
Method · 0.80
LinkedList
Class · 0.50
addNode
Method · 0.45
Tested by
no test coverage detected