This quicksort is supposed to sort \"v[left]...v[right] into increasing order\"; copied (without comments) from The C Programming Language by K&R (Second Edition):
Yes, you're right, although it's possibly just written that way for simplicity -- it's an example after all, not production code.