MCPcopy Index your code
hub / github.com/BeeBombshell/Python-DSA / SinglyLinkedList.py

File SinglyLinkedList.py

DSA/SinglyLinkedList.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1#class to initialise a Node
2class Node:
3 #Constructor
4 def __init__(self, v):

Callers

nothing calls this directly

Calls 8

SinglyLinkedListClass · 0.85
deleteMethod · 0.80
addFrontMethod · 0.45
addTailMethod · 0.45
insertMethod · 0.45
displayMethod · 0.45
removeHeadMethod · 0.45
removeTailMethod · 0.45

Tested by

no test coverage detected