def self.backwards_check_helper(partial_key, count)
      @new_partial[count] ||= []
      partial_key[count].each_with_index do |item, _index|
        next if partial_key[count - 1].nil?
        partial_key[count - 1].each_with_index do |previous_item, _index2|