You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Testing whether the built in scoring function is functioning properly
Create a fake linkedlist which is prepopulated with a collection of nodes that you know the score of. Run the LinkedList.Score() method and capture the output. Passing this test would entail:
Making sure that scored value matches your known list score
The text was updated successfully, but these errors were encountered:
Testing whether the built in scoring function is functioning properly
Create a fake linkedlist which is prepopulated with a collection of nodes that you know the score of. Run the LinkedList.Score() method and capture the output. Passing this test would entail:
The text was updated successfully, but these errors were encountered: