Skip to content

Conversation

@darksun27
Copy link

No description provided.

Copy link
Owner

@radusqrt radusqrt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please create a LinkedList.h library and a main.cpp file which uses it.
Also, try to follow the current guidelines that I've stated in your source for all the PRs.

@@ -0,0 +1,60 @@
#include<iostream>
using namespace std;
struct node{
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

space after node

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

s/node/Node

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

make it generic, please

Copy link
Author

@darksun27 darksun27 Sep 30, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you please elaborate a little what you expect with the generic notations?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants