Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 273 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 273 Bytes

A simple task where I have to detect codes from strings.

Steps:

  1. Use a sliding window of 10 characters to loop through the text
  2. If >= 4 characters in a sliding window are special characters (e.g., @, #, ', etc), then it is likely that there are codes in that string.