The Wayback Machine - https://web.archive.org/web/20200916131111/https://github.com/TheAlgorithms/C/pull/541
Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added Multiple Linked List algorithm. #541

Open
wants to merge 1 commit into
base: master
from

Conversation

@swapnanildutta
Copy link

swapnanildutta commented Jun 6, 2020

Added the multiple linked list algorithm which can create more than one linked list at a time.

@@ -0,0 +1,106 @@
#include<stdio.h>

This comment has been minimized.

@deadshotsb

deadshotsb Jun 6, 2020

Member

This repository is purely for educational purposes therefore kindly add a description of your code and some sample test cases for better understanding of users, use comment lines.

This comment has been minimized.

@kvedala

kvedala Jun 6, 2020

Collaborator

👍 Moreover, this is a good C program and not a C++ program and hence should be pulled to https://github.com/TheAlgorithms/C

This comment has been minimized.

This comment has been minimized.

@kvedala

kvedala Jun 6, 2020

Collaborator

@kvedala I have pulled to https://github.com/TheAlgorithms/C itself.

Oh yes, my bad 😄

This comment has been minimized.

@kvedala

kvedala Jun 6, 2020

Collaborator

This repository is purely for educational purposes therefore kindly add a description of your code and some sample test cases for better understanding of users, use comment lines.

Please add documentation following doxygen format like this. This enables the automation tools to better generate the documentation like this
Thank you

@kvedala
Copy link
Collaborator

kvedala commented Jul 4, 2020

@swapnanildutta any update on this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

None yet

3 participants
You can’t perform that action at this time.