MCPcopy Create free account
hub / github.com/careercup/ctci / Question2_3.py

File Question2_3.py

python/Chapter 2/Question2_3.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1from classes.LinkedList import *
2
3def deleteNode(linkedlist, node):
4 if node.next != None:

Callers

nothing calls this directly

Calls 2

randomLinkedListFunction · 0.85
deleteNodeFunction · 0.70

Tested by

no test coverage detected