← Back to context Comment by Muromec 5 days ago Seventh hour is everything between 6:01 and 6:59, yes. 2 comments Muromec Reply srean 4 days ago Yes.That is why half open sets, half open intervals, are convenient.If a bus leaves every 10 minutes starting at 1 PM, how many buses leave per hour ? Do we include the 2PM bus in the first hour ?It helps to cover the space by non-overlapping equal intervals.Shows up in 0 indexed for loops as well i < n BenjiWiebe 4 days ago Everything between 6 and 7, right? ;)
srean 4 days ago Yes.That is why half open sets, half open intervals, are convenient.If a bus leaves every 10 minutes starting at 1 PM, how many buses leave per hour ? Do we include the 2PM bus in the first hour ?It helps to cover the space by non-overlapping equal intervals.Shows up in 0 indexed for loops as well i < n
Yes.
That is why half open sets, half open intervals, are convenient.
If a bus leaves every 10 minutes starting at 1 PM, how many buses leave per hour ? Do we include the 2PM bus in the first hour ?
It helps to cover the space by non-overlapping equal intervals.
Shows up in 0 indexed for loops as well i < n
Everything between 6 and 7, right? ;)