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

Mistake in Problem Solving with Algorithms and Data Structures #23

Open
bnmnetp opened this issue Aug 8, 2016 · 1 comment
Open

Mistake in Problem Solving with Algorithms and Data Structures #23

bnmnetp opened this issue Aug 8, 2016 · 1 comment

Comments

@bnmnetp
Copy link
Member

bnmnetp commented Aug 8, 2016

Error reported in course pythonds on page index
My Username: andy1998410
My Email: [email protected]
On the page (http://interactivepython.org/runestone/static/pythonds/Trees/AVLTreePerformance.html#fig-worstavl) AVL Tree Performance, the equation Nh = Fh+2 - 1 for h >= 1 is given, which should be Nh = Fh+3 - 1 (for example, for h=2, N2= 4, f4 = 3, f5 = 5). I understand that counting can be different, depending on initial conditions, but with the numbers provided in the text, the equation does not hold and may be misleading.

Thanks for the great book and interface.

Best,

Andy

@tylerpar99
Copy link
Contributor

I am a Berea College student and I am currently waiting on PR approval for this Issue, I will have PR in soon.

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

2 participants