Skip to content

Commit dc764e4

Browse files
authored
Update README.md
1 parent 1dda6e0 commit dc764e4

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,18 @@ This is my freshman year summer project! Trying to get a better understanding o
1010

1111
*You must have a JDK installed on your system [Download JDK](https://www.oracle.com/java/technologies/javase-downloads.html)*
1212

13+
*Having 1080p resolution is recommended, but lower and higher resolutions are accepted.*
14+
15+
-----------------------------------------------
16+
1317
- Clone he project onto your system 'https://github.com/dlarocque/AlgorithmVisualizer'.
1418
- Download the .zip file from https://github.com/dlarocque/AlgorithmVisualizer and extract its contents.
1519

1620
*OR*
1721
- Download the Executable JAR file 'AlgVisualizer.jar'.
1822

23+
24+
1925
## Running
2026

2127
*First, make sure your PATH and JAVA_HOME Environment variables are set correctly.*
@@ -62,9 +68,6 @@ _The Performance Label_ between the array and the buttons displays all of the st
6268

6369
The time to visualize the sorting of one of the algorithms is not a good representation of its real sorting time. This is because the arr is updated every time there is an index swap, this makes it so that sorting algorithms with fewer swaps are visualized much faster. This is the reasoning behind including a 'Sorting Time' stat along with 'Visualzation Time' in the Performance label.
6470

65-
The main window is not resizable due to the way that the bar graph is drawn. For example, if the width of the content pane is changed from 800 to 822, with an array N = 10, the drawing will not fill the entire window. Initially, the value of an index in the array was represented by an 80 inch wide bar, now it would be 82 and leaving a 2 pixel wide empty space in the frame.
66-
This is [Issue #15](https://github.com/dlarocque/AlgorithmVisualizer/issues/15)
67-
6871
## Authors
6972

7073
- Daniel La Rocque [dlarocque](https://github.com/dlarocque)

0 commit comments

Comments
 (0)