Skip to content

Commit

Permalink
fix readme spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
Aspen Cherie Smith committed Dec 7, 2024
1 parent bb474f3 commit 2234990
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@ python utils/correctness.py --alg brute --csv tiny

## For visualizer

module load python
python utils/visualizer.py tiny build/brute.out
module load python
python utils/visualizer.py tiny build/brute.out

## For Timing Comparison Graph

module load python
python utils/comparisons.py (tries all implementations)
python utils/comparisons.py greedy dp (only compares greedy and dp)
module load python
python utils/comparisons.py (tries all implementations)
python utils/comparisons.py greedy dp (only compares greedy and dp)

## References

Expand Down

0 comments on commit 2234990

Please sign in to comment.