Skip to content

Student: Hunter from Session 12/20/18

Notifications You must be signed in to change notification settings

xUrbana/Hunter-LinkedList

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hunter-LinkedList

Student: Hunter from Session 12/20/18

Assignment Description: Extend the class linkedListType by adding the following operations: a. Find and delete the node with the smallest info in the list. (Delete only the first occurence and traverse the list only once.) b. Find and delete all occurences of a given info from the list. (Traverse the list only once.)

Add these as abstract functions in the class linkedListType and provide the definitions of these functions in the class unorderedLinkedList. Also, write a program to test these functioins.

About

Student: Hunter from Session 12/20/18

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages