Solution to Problem 4.4 / Implementation of Algorithm 4.1 
Author: Ryan McIntyre

Input is a sequence whose of objects with a defined, quantitative
difference. Also given as input is a maximum absolute difference.

Output is a longest subsequence such that consecutive members
are within the given max difference of eachother.

Call on command line to be prompted for inputs:
	python step_subsequence.py
