algorithms
algorithms copied to clipboard
created a program that uses linkedlist
this program: 1. counts the number of nodes in a liknedlist 2. adds new node at the end of the list 3.adds another new node at the beginning of the list