Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Let us say that a list ( or string ) matches an input pattern ( another list or string ) if the pattern is at

Let us say that a list (or string) matches an input pattern (another list or string) if the pattern is at least as long as the list (or string) and for every non-wildcard item in the pattern the list (or string) has the same item in the same position. (in this example, the wildcard item is ?.) For example, New York matches New ?????? where ? is the wildcard. Also, New Jersey matches New ?????? where ? is the wildcard. But, New York does not match New Hamp????
Write the boolean function match( lst, pattern, wildcard ) that implements this functionality.
NOTE: Because iteration through a string or a list is the same, the input parameters lst and pattern can be both strings, or can be both lists.

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

More Books

Students also viewed these Databases questions

Question

Could i get some help with 1 - 3 ?

Answered: 1 week ago

Question

Identify how culture affects appropriate leadership behavior

Answered: 1 week ago