MCPcopy Create free account
hub / github.com/BeeBombshell/Python-DSA / __init__

Method __init__

DSA/circularLinkedList.py:7–8  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

5
6class CircularLinkedList:
7 def __init__(self):
8 self.last = None
9
10 def addToEmpty(self, data):
11

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected