Skip to content

new Program in python about Singly link list added#3

Closed
AkashSolankle wants to merge 1 commit into
OmkarPathak:masterfrom
AkashSolankle:New-singly-link-list-program-added
Closed

new Program in python about Singly link list added#3
AkashSolankle wants to merge 1 commit into
OmkarPathak:masterfrom
AkashSolankle:New-singly-link-list-program-added

Conversation

@AkashSolankle

Copy link
Copy Markdown

Print Nodes

This is a method of the LinkedList class. To print the data present in all the nodes of the linked list, we need to traverse one node at a time and print each node’s data part.

@OmkarPathak

Copy link
Copy Markdown
Owner

Thanks for contributing, but we already have a singly linked list implemented here

Thank You 😄

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