Skip to content
This repository was archived by the owner on Dec 29, 2019. It is now read-only.

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

README.md

batch-script-linear-search

Example Linear Search in Batch-script

batch-script-linear-search.bat

Call batch script like below:

batch-script-linear-search.bat <arg1> <arg2>

Argument :

  • arg1: List of strings (possible separated by space, semicolon, comma) ex. "AA BB CC" or "AA;BB;CC"
  • arg2: Target string ex. AA