_=gets;x=gets.chomp.split.map(&:to_i).uniq.sort;p x.zip(x.rotate).map{|a,b|(a-b).abs}.min