Skip to content

afsong/design-asgn-0

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

design-asgn-0

Design

In this assignment, I decided to use linked list because I don't need to resize it.

There are three functions in the assignment:

// add a person to the record with his unique identifying number
// No change if num is already present
add(Integer num)

// remove a person to the record with his unique identifying number
remove(Integer num)

//total number in quarantine
quarantineNum()

About

Design Assignment #0

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages