We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32fc4a2 commit 6854f02Copy full SHA for 6854f02
README.md
@@ -15,6 +15,3 @@ Each node contains placholders for the data(integer), the next list-node, and th
15
A list-head is then initialized with the `list()` method. The list head is the start of the list. This creates a list
16
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,
17
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