Example Linear Search in Batch-script
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
| Name | Name | Last commit date | ||
|---|---|---|---|---|
parent directory.. | ||||
Example Linear Search in Batch-script
Call batch script like below:
batch-script-linear-search.bat <arg1> <arg2>Argument :