MATH 160 Spring 2025
Introduction to Discrete Mathematics
Archived Class
Charles Cusack
Math & Stats
Hope College
Main
Schedule
Grading
Gradebook
Homework

Policies
Advice
College
    Policies

Notes
Programs
Tutorials

CSCI 125
CSCI 255
Others

Admin

Homework 18

Details

PointsProblemComments
126.13Make sure you justify your answers! Also, in case you are unaware, the get method on an ArrayList takes Θ(1) time, but it takes Θ(n) time on a LinkedList. Indexing into an array (e.g. a[j]) also takes Θ(1) time.