Skip to content

an open form solution of the pattern matching problem between two strings of any size.

License

Notifications You must be signed in to change notification settings

vasiliskatr/string_pattern_match

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

string_pattern_match

an open form solution of the pattern matching problem between two strings of any size.

Example:
word = 'pricepricetag'
pattern = 'aab'
-----------------------
yields--> Pattern match!
'a'--> 'price'
'a'--> 'price'
'b'--> 'tag'

About

an open form solution of the pattern matching problem between two strings of any size.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages