AI Features

Challenge: A List as a Subset of Another List

Try to solve the A List as a Subset of Another List problem.

We'll cover the following...

Statement

Given two lists, list1 and list2, implement a function that takes the two lists as input and checks whether list2 is a subset of list1.

A subset ...