<?xml version="1.0" encoding="UTF-8"?>

<record version="6" id="3956">
 <title>AVL tree</title>
 <name>AVLTree</name>
 <created>2003-02-01 10:11:43</created>
 <modified>2007-08-15 16:44:00</modified>
 <type>Definition</type>
 <creator id="13766" name="PrimeFan"/>
 <author id="12996" name="Mravinci"/>
 <author id="1234" name="Thomas Heye"/>
 <classification>
	<category scheme="msc" code="05C05"/>
 </classification>
 <preamble>% this is the default PlanetMath preamble.  as your knowledge
% of TeX increases, you will probably want to edit this, but
% it should be fine as is for beginners.

% almost certainly you want these
\usepackage{amssymb}
\usepackage{amsmath}
\usepackage{amsfonts}

% used for TeXing text within eps files
%\usepackage{psfrag}
% need this for including graphics (\includegraphics)
%\usepackage{graphicx}
% for neatly defining theorems and propositions
%\usepackage{amsthm}
% making logically defined graphics
%\usepackage{xypic}

% there are many more packages, add them here as you need them

% define commands here</preamble>
 <content>An \emph{AVL tree} is a balanced binary search tree where the height of the two
subtrees (children) of a node differs by at most one. Look-up, insertion, and
deletion are $O( \ln{n})$, where $n$ is the number of nodes in the tree.

The structure is named for the inventors, Adelson-Velskii and Landis (1962).</content>
</record>
