NoTriples
Given an
array of integers, we'll say that a triple is a value appearing 3 times in
a row in the array. Return true if the array does not contain any
triples.
This exercise was converted to PLM from the excellent exercising site http://codingbat.com/