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

Output box not sized properly for traversal of AVLTree in Trinket #310

Open
JMCanning78 opened this issue Aug 10, 2022 · 0 comments
Open
Labels
bug Something isn't working trinket Issue occurs when running on Trinket.io

Comments

@JMCanning78
Copy link
Owner

JMCanning78 commented Aug 10, 2022

Steps to reproduce.

  1. Browse https://datastructures.live/view/
  2. Select the Run button to launch Trinket
  3. Select the Select Visualization > Chapter 10: AVL Tree button
  4. Enter 5 in the text entry box
  5. Select Random Fill, this should produce a tree with keys 12, 17, 28, 38, and 64.
  6. Select In-order Traverse. Wait until all the keys are copied to the output box.

The last key, 64, ends up on the second line of the output box.
Screen Shot 2022-08-10 at 12 44 12 PM

This does not occur running the visualization locally on my mac.
Screen Shot 2022-08-10 at 12 46 04 PM

@JMCanning78 JMCanning78 added bug Something isn't working trinket Issue occurs when running on Trinket.io labels Aug 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working trinket Issue occurs when running on Trinket.io
Projects
None yet
Development

No branches or pull requests

1 participant