项目作者: palwxc

项目描述 :
Searches for a user defined string, inside a user defined 2D array of characters.
高级语言: C++
项目地址: git://github.com/palwxc/Matrix-String-Search.git
创建时间: 2020-12-08T03:03:01Z
项目社区:https://github.com/palwxc/Matrix-String-Search

开源协议:

下载


Matrix Search

Searches for a user defined string, inside a user defined 2D array of characters.

Prerequisites

A development environment will be needed to test this project. Code::Blocks was used for the development of this project.

Testing

Tests for this project can be run through the console. Sample inputs and outputs can be found in the files:

  1. sample_input.txt
  2. sample_output.txt

These test the program’s ability to find strings inside a given 2D array of characters. The program returns the string’s start and stop coordinates, or alerts the user that the string was not found.

Built With

Authors

  • Phillip LaFrance - Solution - palwxc
  • Dr. Patrick Taylor - Assignment Setup - Contact