Question: * * * Welcome to the first normal data structure homework assignment for ECS 0 3 2 C * * In this you will be
Welcome to the first normal data structure homework assignment for ECS C
In this you will be implementing many functions for the most
basic LinkedList class. It is strongly advised that you start by
implementing toLinkedList which accepts a vararg array append
which toLinkedList uses and get first, as those function are
required for all the test code.
You will also need to write a lot of tests, as we provide only the
most basic tests and the autograder deliberately hides the test results
until after the grades are released.
A placeholder function that we use to specify that you need
to implement this particular piece of code
fun toDo: Nothing
throw ErrorNeed to implement"
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
