Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 329 Bytes

File metadata and controls

10 lines (6 loc) · 329 Bytes

Instructions append

Implementation

Your list must also implement the following interface:

  • delete (delete the first occurrence of a specified value)
  • count (count the number of items in the list)

NOTE: Do not use a library to implement this exercise. Do not use a backing array to implement this exercise.