Skip to content

psyclone20/Android-Pattern-Generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Android-Pattern-Generator

A Java program that uses DFS to generate all the possible patterns on a traditional 3x3 Android lock screen

Output

The program generates all the possible 389,112 patterns and creates 2 files:

  • sequential.txt that contains the patterns arranged sequentially
  • shuffled.txt that contains the patterns arranged randomly

For reference, the numbers in the output are mapped to the points as:

0 1 2 3 4 5 6 7 8 

About

A Java program that uses DFS to generate all the possible patterns on a traditional 3x3 Android lock screen

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages