Skip to content

Ecrane0107/linkedlisttesting

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

linkedlisttesting

class node holds public value of present node and the next address of the sequential node.

printList runs through linked list and prints their value, while n checks the address for the next node value.

main holds all values and address for the linked list and calls the printlist function.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages