Skip to content

Conversation

@VaibhavTiw
Copy link

@VaibhavTiw VaibhavTiw commented Oct 3, 2022

Description of Change

References

Checklist

  • Added description of change
  • Added file name matches File name guidelines
  • Added tests and example, test must pass
  • Relevant documentation/comments is changed or added
  • PR title follows semantic commit guidelines
  • Search previous suggestions before making a new one, as yours may be a duplicate.
  • I acknowledge that all my contributions will be made under the project's license.

Notes:

Copy link
Member

@Panquesito7 Panquesito7 left a comment

Choose a reason for hiding this comment

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

Hey there! Thank you for submitting a PR! 😄 Sadly, the documentation is not up to our standards. Please update the file accordingly. Let us know if you need any help here or on our Discord server. 😃

@Panquesito7 Panquesito7 added enhancement New feature or request Changes requested Proper Documentation Required requested to write the documentation properly labels Oct 5, 2022
@VaibhavTiw
Copy link
Author

VaibhavTiw commented Oct 5, 2022

Added a file that creates Singly Linked List, using three different functions. Either we can add the node at the head of the List, or we can add the node at the end of the list, or lastly we can take user input and add the data at the user defined position.

Copy link
Author

@VaibhavTiw VaibhavTiw left a comment

Choose a reason for hiding this comment

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

Added a file that creates Singly Linked List, using three different functions. Either we can add the node at the head of the List, or we can add the node at the end of the list, or lastly we can take user input and add the data at the user defined position. The first function InsertAtHead, inserts the data at the top of the list. The function, InsertAtNode takes a input 'n', that's the location of the place, he wants to add data. The third InsertAtLast inserts the data at the last of the list.

@github-actions
Copy link
Contributor

github-actions bot commented Nov 5, 2022

This pull request has been automatically marked as abandoned because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@github-actions github-actions bot added the Stale label Nov 5, 2022
@github-actions
Copy link
Contributor

Please ping one of the maintainers once you commit the changes requested or make improvements on the code. If this is not the case and you need some help, feel free to ask for help in our Gitter channel or our Discord server. Thank you for your contributions!

@github-actions github-actions bot closed this Nov 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Changes requested enhancement New feature or request Proper Documentation Required requested to write the documentation properly Stale

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants