Range finder
This online calculator analyzes integer number sequence and prints all continuous ranges it detects
This simple calculator analyzes entered sequence of integer numbers and prints all continuous ranges.
For example,
if you enter 1 2 3 4 5, it will print range 1 - 5
if you enter 1 2 3 6, it will print 1 - 3, 6
if you enter 1 2 3 6 7, it will print 1 - 3, 6 - 7
I hope you get the idea. I was asked to create this one, so may be it will be useful for anyone else.
URL copied to clipboard
Similar calculators
PLANETCALC, Range finder
Comments