From 7121e650e526bf1914eb1311e0efe85af28f58b7 Mon Sep 17 00:00:00 2001 From: Jidong Xiao Date: Thu, 30 Nov 2023 01:44:00 -0500 Subject: [PATCH] defining the cap --- hws/10_instagram_notifications/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/hws/10_instagram_notifications/README.md b/hws/10_instagram_notifications/README.md index b717aa0..52faa6b 100644 --- a/hws/10_instagram_notifications/README.md +++ b/hws/10_instagram_notifications/README.md @@ -212,7 +212,9 @@ In this assignment, your notification messages will be similar to (but not ident ### Max Number of Notifications -In this assignment, we set a cap on how many notifications can be delivered to one user, and this cap number is 100, which means your output file should be no more than 100 lines, each line represents one notification message. +In this assignment, we set a cap of 100 on how many notifications can be displayed in your output file. This means your output file should be no more than 100 lines, and each line represents one notification message. These notification messages should be the notifications corresponding to the most recent events. + + ## Useful Code