Data-Structures-Algorithms-Hacktoberfest-2K19
Data-Structures-Algorithms-Hacktoberfest-2K19 copied to clipboard
Wildcard pattern matching dp c++
TrieImplementation.c
doesn't belong to this folder
TrieImplementation.c
doesn't belong to this folder
I've deleted the file from that folder
As you're taking std::string
as parameters of function don't take 'm' and 'n' assign m and n inside your function. Will make your function invocation smaller.
Taking strings by const
reference will improve speed for long strings
I've made the necessary changes to the file.