Skip to content

Commit bcab6f1

Browse files
authored
Update README.md
1 parent 2d81d48 commit bcab6f1

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

README.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,18 @@
11
# Android-Pattern-Generator
2-
A Java program to generate all the possible patterns on a traditional 3x3 Android lock screen
2+
A Java program that uses DFS to generate all the possible patterns on a traditional 3x3 Android lock screen
3+
4+
# Output
5+
The program generates all the possible 389,112 patterns and creates 2 files:
6+
* `sequential.txt` that contains the patterns arranged sequentially
7+
* `shuffled.txt` that contains the patterns arranged randomly
8+
9+
For reference, the numbers in the output are mapped to the points as:
10+
```
11+
0 1 2
12+
13+
14+
3 4 5
15+
16+
17+
6 7 8
18+
```

0 commit comments

Comments
 (0)