Content deleted Content added
Enervation (talk | contribs) →Applications: Clarify search code |
Enervation (talk | contribs) |
||
Line 192:
"""
# Find starting position of interval
l = 0 # in Python, arrays are indexed starting at 0
r = n + 1
while l < r:
|