Skip to content

Code that computes a list of allowable passwords based on a user defined matrices.

Notifications You must be signed in to change notification settings

JasonCochran/RoomOfAGCA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

RoomOfAGCA

Project for Data structures and algorithms class to find longest common substring and string occurence in O(n^2) time.

When user inputs a nxn matrix and a hint the code will compute the shortest possible password allowable. Users implementations of Knuth Pratt Morris shortest common substring alogrithm to compuete instance of character and a longest common substring algorithm to compute the shortest allowable password.

About

Code that computes a list of allowable passwords based on a user defined matrices.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages