Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
use int instead of size_t in 0 <= s < L check loop
using a signed integer type (int) is preferable here, to avoid potential issues with unsigned underflow.
- Loading branch information