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 46160fe commit e6608ddCopy full SHA for e6608dd
README.md
@@ -8,7 +8,7 @@ on linked-lists to bail you out.
8
## How it works
9
Within the `List` class, first we define list-node type we call `node`.
10
```
11
-// Code inspired by someone on the internet. I forget where the post was and the username of the poster, once I find it again I will post it here.
+// This struct bit was inspired by the post at geeksforgeeks.org/linked-list-set-1-introduction
12
typedef struct Node
13
{
14
int data; // Integer to be stored.
0 commit comments