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 cc877d2

Browse files
outra pequena mudanca
1 parent a0c4e97 commit cc877d2

File tree

3 files changed

+18
-14
lines changed

3 files changed

+18
-14
lines changed

‎UnionFind/.idea/workspace.xml‎

Lines changed: 17 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
-2 Bytes
Binary file not shown.

‎UnionFind/src/PercolationVisualizer.java‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
public class PercolationVisualizer {
2525
// delay in miliseconds (controls animation speed)
26-
private static final int DELAY = 10;
26+
private static final int DELAY = 0;
2727
// draw n-by-n percolation system
2828
public static void draw(Percolation perc, int n) {
2929
StdDraw.clear();

0 commit comments

Comments
(0)

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