Skip to content
This repository was archived by the owner on May 22, 2026. It is now read-only.

Commit b5fcaf1

Browse files
Merge pull request #1 from RyosukeDTomita/feature/list
just commit
2 parents ceb10ce + 979fc41 commit b5fcaf1

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

data_structure/linked_list/two_way_list.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ def __init__(self, data: int):
1313

1414
class DoubleLinkedList:
1515
def __init__(self):
16-
self.head = None
1716

1817
def insert(self, data: int) -> None:
1918

0 commit comments

Comments
 (0)