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 c364f1f

Browse files
ppt deleted.
1 parent e357a0f commit c364f1f

File tree

14 files changed

+19
-1
lines changed

14 files changed

+19
-1
lines changed

‎.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,8 @@ Thumbs.db
2020
*.iml
2121
.idea/
2222

23+
##########################
24+
# PPT #
25+
##########################
26+
ppt/
27+
-2.1 MB
Binary file not shown.

‎02-Java-Swing-Basics/Chapter-02.key

-851 KB
Binary file not shown.
-1.31 MB
Binary file not shown.

‎04-Sort-Visualization/Chapter-04.key

-2.05 MB
Binary file not shown.

‎05-Maze-Solver/Chapter-05.key

-1.3 MB
Binary file not shown.

‎06-Maze-Generalization/Chapter-06.key

-2.75 MB
Binary file not shown.

‎07-Mine-Sweeper/Chapter-07.key

-3.89 MB
Binary file not shown.
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
2
2+
.....
3+
..A..
4+
.AB..
5+
.BAB.
6+
.ABA.
7+
.BAB.
8+
.ABA.
9+
.BAB.

‎08-Move-the-Box-Solver/07-Show-the-Results/src/AlgoVisualizer.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@ private void setData(){
4242
public static void main(String[] args) {
4343

4444
// String filename = "level/boston_09.txt";
45-
String filename = "level/boston_16.txt";
45+
// String filename = "level/boston_16.txt";
46+
String filename = "level/test.txt";
4647

4748
AlgoVisualizer vis = new AlgoVisualizer(filename);
4849
}

0 commit comments

Comments
(0)

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