Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Chapter 15], AVL Trees, Single Rotation, RotateLeft and RotateRight write up and functions #34

Open
nwamugo opened this issue Apr 27, 2021 · 0 comments

Comments

@nwamugo
Copy link

nwamugo commented Apr 27, 2021

The write-up under Rotate Left seems not to be talking about Rotate Left.
Then, at Rotate Right, the write-up is the same. One can infer that at least one of the two write-ups is wrong.

Likewise, the methods that follow are not clear as they do not follow the preceding write ups. Perhaps for each line, if you printed out the output, one can see how everything comes together

For example

var valueBefore = this.value; // please print out
var rightBefore = this.right; // please print out
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant