Natalie Pueyo
|
82d3254427
fixed insert code to not take duplicate keys, fixed delete code which did not take into account parents when deleting, AVLSanityCheck now works with AVLCommands, wrote buildTree which takes a json file with operations and outputs json file avl tree
|
il y a 8 ans |
Natalie Pueyo
|
eb49706b88
Getting segmentation faults at rotations because the code doesn't take into account relationships to the parent nodes. Especially hard to deal with when dealing with the root
|
il y a 8 ans |
Natalie Pueyo
|
f758a5e517
balance factor working, height workin, now getting segmentation faults for rotations as well as issues getting to the rotations.
|
il y a 8 ans |
Natalie Pueyo
|
67b97f288c
Getting segmentation fault from Delete at the height update which may be because of the DeleteMin function which has an implementation for BST, not AVL
|
il y a 8 ans |
Natalie Pueyo
|
6d48bde7d5
switched to taking the BST code and just adding on to it to form the AVLCommands code.
|
il y a 8 ans |
Natalie Pueyo
|
f032310f8e
cleaned up AVL stuff but not much else
|
il y a 8 ans |