Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 273 Bytes

README.md

File metadata and controls

5 lines (5 loc) · 273 Bytes

Pattern-matching

The program is used to finding patterns in a random set of data. The program is built on Java platform. Kmp algorithm is used for pattern matching while RADIX sort is used to sort the pattern. An extra verification method is used to find true positives.