Find Shortest Subarray with Sum

# Introduction In this lab, we need to implement a function called `shortest_sublist_exceeds_n()` that takes a list of integers and an integer as input, and returns the length of the shortest sublist whose sum exceeds the given integer.

|60 : 00

Click the virtual machine below to start practicing