Skip to content

Commit 6854f02

Browse files
authored
Update README.md
1 parent 32fc4a2 commit 6854f02

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,3 @@ Each node contains placholders for the data(integer), the next list-node, and th
1515
A list-head is then initialized with the `list()` method. The list head is the start of the list. This creates a list
1616
head with the `data` field set to 0, and `next` and `prev` fields set to NULL. This node is not used when accessing the list,
1717
it's just used to initialize the list.
18-
19-
### The methods:
20-
#### Sorry, I need a break, I will explain all the methods later...

0 commit comments

Comments
 (0)