Skip to content

ElaineWu66/Substring-Pattern-Matching

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Substring-Pattern-Matching

HKUST 2020 Fall Comp2011 C++ Programming Assignment 2 Given an arbitrary string A and another string B, check whether B is a substring of A under certain conditions.In this programming assignment, we use recursions (instead of loops) all along to solve the problem.

About

HKUST 2020 Fall Comp2011 C++ Programming Assignment 2

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages