Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Andrew Childs
reversal-sort
Commits
f30918a4
Commit
f30918a4
authored
Feb 23, 2021
by
Hrishee Shastri
Browse files
Update README.md
parent
5812a4c1
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
f30918a4
...
...
@@ -7,7 +7,7 @@ Sorting by Reversals is a small python program that records the time to sort ran
Simply download the repository.
## Usage
To run the program, call
``main(NUM_PERMS_PER_LENGTH, LENGTH_FROM, LENGTH_TO)``` in the ```main.py``` file, where
To run the program, call
``
`
main(NUM_PERMS_PER_LENGTH, LENGTH_FROM, LENGTH_TO)```
in the
```main.py```
file, where
```
NUM_PERMS_PER_LENGTH:``` number of random permutations to run the algorithms on per permutation length
```LENGTH_FROM:``` starting permutation length
```
LENGTH_TO:
``` ending permutation length
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment