MCPcopy
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

1from classes.LinkedList import *
2
3
4def findBeginning(linkedlist):

Callers

nothing calls this directly

Calls 4

findBeginningFunction · 0.85
appendMethod · 0.80
LinkedListClass · 0.50
addNodeMethod · 0.45

Tested by

no test coverage detected