Thread: Delete Function for AVL Trees

  1. #1
    Registered User
    Join Date
    Oct 2001
    Posts
    2

    Unhappy Delete Function for AVL Trees

    Need help with the delete functin for AVL Trees. Have the insert working but can't find any examples of the delete code. Need it by Monday any help would be appreciated!

  2. #2
    Registered User
    Join Date
    Sep 2001
    Posts
    752
    Sorry, I'll need some help here... what's an AVL tree?

  3. #3
    Registered User
    Join Date
    Oct 2001
    Posts
    2
    Balanced binary search tree created by Adelson, Velskii and Landis (AVL)

  4. #4
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,659
    If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
    If at first you don't succeed, try writing your phone number on the exam paper.

  5. #5
    Registered User
    Join Date
    Aug 2009
    Posts
    1
    hi, i need help too with the AVL tree delete function. any help?




    by the way the following link is not working..


  6. #6
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,659
    Good job the thread is only 8 YEARS old then, otherwise there might have been a problem.
    Remove hissa and try again.
    If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
    If at first you don't succeed, try writing your phone number on the exam paper.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. We Got _DEBUG Errors
    By Tonto in forum Windows Programming
    Replies: 5
    Last Post: 12-22-2006, 05:45 PM
  2. Binary Search Trees Part III
    By Prelude in forum A Brief History of Cprogramming.com
    Replies: 16
    Last Post: 10-02-2004, 03:00 PM
  3. Request for comments
    By Prelude in forum A Brief History of Cprogramming.com
    Replies: 15
    Last Post: 01-02-2004, 10:33 AM
  4. I need help with passing pointers in function calls
    By vien_mti in forum C Programming
    Replies: 3
    Last Post: 04-24-2002, 10:00 AM
  5. qt help
    By Unregistered in forum Linux Programming
    Replies: 1
    Last Post: 04-20-2002, 09:51 AM