begin
  require 'simplecov'
  SimpleCov.start
rescue LoadError
end
require "test/unit"
require "avl_tree"
require "red_black_tree"
