MCPcopy Create free account
hub / github.com/geekcomputers/Python / Reverse_list_in_groups.py

File Reverse_list_in_groups.py

Reverse_list_in_groups.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1class Node:
2 def __init__(self, data):
3 self.data = data
4 self.next = None

Callers

nothing calls this directly

Calls 4

Reverse_Linked_ListClass · 0.85
Reverse_list_GroupsMethod · 0.80
Insert_At_EndMethod · 0.45
DisplayMethod · 0.45

Tested by

no test coverage detected