We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d81d48 commit bcab6f1Copy full SHA for bcab6f1
README.md
@@ -1,2 +1,18 @@
1
# Android-Pattern-Generator
2
-A Java program to generate all the possible patterns on a traditional 3x3 Android lock screen
+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