Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
timbatt authored Apr 27, 2021
1 parent 46160fe commit e6608dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on linked-lists to bail you out.
## How it works
Within the `List` class, first we define list-node type we call `node`.
```
// 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
typedef struct Node
{
int data; // Integer to be stored.
Expand Down

0 comments on commit e6608dd

Please sign in to comment.