Did you mean problem 5.5? Fixed-width intervals just means that all the intervals are the same width, say 5 or say 10. So you might have a <br>GC-list like {[1,3], [9,11], [13, 15]}. Here the fixed-width is 2.
'''Originally Posted By: jnewth'''
What is a &quot;fixed interval&quot; in the statement of the problem? Does this mean instead of a phrase, ie, &quot;A...B&quot; of some unknown size, we instead receive an array of intervals that we can index through?