Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upAdded Multiple Linked List algorithm. #541
Conversation
@@ -0,0 +1,106 @@ | |||
#include<stdio.h> |
This comment has been minimized.
This comment has been minimized.
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.
This comment has been minimized.
kvedala
Jun 6, 2020
Collaborator
This comment has been minimized.
This comment has been minimized.
swapnanildutta
Jun 6, 2020
Author
@kvedala I have pulled to https://github.com/TheAlgorithms/C itself.
This comment has been minimized.
This comment has been minimized.
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.
This comment has been minimized.
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
@swapnanildutta any update on this? |
swapnanildutta commentedJun 6, 2020
Added the multiple linked list algorithm which can create more than one linked list at a time.