Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 437 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 437 Bytes

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.