Skip to content

Commit

Permalink
hi
Browse files Browse the repository at this point in the history
  • Loading branch information
Skparab1 authored Jan 6, 2024
1 parent dfa5c12 commit 7ca298b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions bst.html
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ <h1 style='font-size: 25px; margin: 10px;'>How to use</h1>
<h5 style='font-size: 15px; margin: 10px;'>1. Evaluate the binary tree to determine whether it is a binary search tree.</h5>
<h5 style='font-size: 15px; margin: 10px;'>2. Press answer buttons indicating your answer.</h5>
<h5 style='font-size: 15px; margin: 10px;'>3. Modify the problem type using the slider and checkboxes in the problem type panel.</h5>
<h5 style='font-size: 15px; margin: 10px;'>4. Click "Share Tree" share your tree with someone else</h5>
<div class="close" onclick="closeinstructions();">Close</div>
</div>

Expand Down
6 changes: 4 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,10 @@ <h3 style="margin-bottom: 0px; font-size: 25px;">Tree type</h3>
<h1 style='font-size: 25px; margin: 10px;'>How to use</h1>
<h5 style='font-size: 15px; margin: 10px;'>1. Construct a binary tree using the left/right buttons to add nodes and delete button to remove nodes or press "random tree" to generate a random tree.</h5>
<h5 style='font-size: 15px; margin: 10px;'>2. Type in guesses for results in output box at the bottom of your screen</h5>
<h5 style='font-size: 15px; margin: 10px;'>3. Press "check answers" or "view solutions" to verify</h5>
<h5 style='font-size: 15px; margin: 10px;'>4. Press "Demo" to see light up animations of traversal</h5>
<h5 style='font-size: 15px; margin: 10px;'>3. Click "check answers" or "view solutions" to verify</h5>
<h5 style='font-size: 15px; margin: 10px;'>4. Click "Demo" to see light up animations of traversal</h5>
<h5 style='font-size: 15px; margin: 10px;'>5. Click "Reset Tree" to start over</h5>
<h5 style='font-size: 15px; margin: 10px;'>6. Click "Share Tree" share your tree with someone else</h5>
<div class="close" onclick="closeinstructions();">Close</div>
</div>

Expand Down

0 comments on commit 7ca298b

Please sign in to comment.