Skip to content

Commit

Permalink
update README.md for selection input
Browse files Browse the repository at this point in the history
  • Loading branch information
DrCBeatz committed Mar 16, 2024
2 parents bb6c7f1 + 4aa03f5 commit a5464ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ where a > 0 and b > 1
## How to use the app:

1. Enter your own values for a, b, and k in the respective input fields.
2. Ensure the 'User Input' option is selected under 'Algorithm Presets'.
2. Ensure the 'User Input' option is selected under 'Choose Algorithm or Enter Values'.
3. Click the 'Evaluate' button to see the results.

Try the following sample inputs:
Expand All @@ -31,7 +31,7 @@ Try the following sample inputs:
- a = 4, b = 2, k = 2
- a = 4, b = 2, k = 3

You can also choose from various preset algorithms (e.g., binary search or merge sort) by clicking one of these options, then click 'Evaluate'. You'll be able to see sample code and a description of the algorithm below the evaluation.
You can also choose from various preset algorithms (e.g., binary search or merge sort) by clicking the 'Choose Algorithm or Enter Values' select field, then click 'Evaluate'. You'll be able to see sample code and a description of the algorithm below the evaluation.

## How to install locally

Expand Down

0 comments on commit a5464ee

Please sign in to comment.