Patents by Inventor Eric D. Schweickert

Eric D. Schweickert has filed for patents to protect the following inventions. This listing includes patent applications that are pending as well as patents that have already been granted by the United States Patent and Trademark Office (USPTO).

  • Publication number: 20020095422
    Abstract: A computer implemented method for creating a balanced binary tree is provided, in which a list of elements is successively divided into left side and right side groupings. The median of each left side grouping is placed in the tree as a descendent node of the previous median until the list can no longer be divided. The method then involves walking back up the tree to find right-side medians and inserting them as right side descendent nodes into the binary tree. Whenever there is a choice between breaking down a left side grouping and breaking down a right side grouping, the left side grouping takes priority. The method may also be implemented so that right side groupings take priority.
    Type: Application
    Filed: January 17, 2001
    Publication date: July 18, 2002
    Inventors: Kevin W. Burrows, Eric D. Schweickert