Skip to content

Commit e6608dd

Browse files
authored
Create README.md
1 parent 46160fe commit e6608dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on linked-lists to bail you out.
88
## How it works
99
Within the `List` class, first we define list-node type we call `node`.
1010
```
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.
11+
// This struct bit was inspired by the post at geeksforgeeks.org/linked-list-set-1-introduction
1212
typedef struct Node
1313
{
1414
int data; // Integer to be stored.

0 commit comments

Comments
 (0)