Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit a0c4e97

Browse files
uma pequena alteracao
1 parent d41d92d commit a0c4e97

File tree

2 files changed

+11
-13
lines changed

2 files changed

+11
-13
lines changed

‎UnionFind/.idea/workspace.xml‎

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎UnionFind/src/PercolationVisualizer.java‎

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,8 @@
2222
import edu.princeton.cs.algs4.StdDraw;
2323

2424
public class PercolationVisualizer {
25-
2625
// delay in miliseconds (controls animation speed)
27-
private static final int DELAY = 100;
28-
26+
private static final int DELAY = 10;
2927
// draw n-by-n percolation system
3028
public static void draw(Percolation perc, int n) {
3129
StdDraw.clear();

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /