Giter VIP home page Giter VIP logo

alg3-trabalhoarvore's Introduction

Trabalho de Algoritmos 3 da Faculdade Senac Porto Alegre

Implementação de árvore AVL.

O que é árvore AVL?

"There are many structures and algorithm aimed at keeping trees as balanced as possible. (...) The first ones in chronological are the height balanced search trees or AVL trees proposed by the two Russians Adelson-Velskii and Landis in 1962, which have worst case height equal to 1.44log(n + 2) - 0.328. In an AVL tree the left and right subtree height of all nodes may differ at most by one level. This is achieved by embedding one more field in the node, the balance factor which may take only three values: -1, 0 or 1." Encyclopedia of Computer Science and Technology: Volume 28 - Supplement 13 ISBN 9780824722814

"Há muitas estruturas e algoritmos destinados a manter as árvores mais equilibrada possível. (...) Os primeiros em ordem cronológica são a altura equilibrado árvores de busca ou árvores AVL propostas pelo dois russos Adelson-Velskii e Landis em 1962, que têm pior altura caso igual a 1.44log (n + 2) - 0.328. Em uma árvore AVL a altura subárvore esquerda e direita de todos os nós podem diferir em mais de um nível. Isto é conseguido através da incorporação de mais um campo no nó, o factor de equilíbrio que pode ter apenas três valores: -1, 0 ou 1."

alg3-trabalhoarvore's People

Contributors

jacksonfraga avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.