There was an error while loading. Please reload this page.
1 parent 59b2f5c commit 733be9fCopy full SHA for 733be9f
Beautiful Days/main.js
@@ -2,7 +2,6 @@
2
3
// Problem Description at -> https://www.hackerrank.com/challenges/beautiful-days-at-the-movies/problem
4
5
-
6
function beautifulDays(i, j, k) {
7
let numOfBeautifulDays = 0;
8
for (let start = i; start <= j; start++) {
0 commit comments