Confluent interview question

Implement an algorithm performing pattern matching against a string input, with support for the wildcard character

Interview Answer

Anonymous

23 Sept 2022

Went for a dynamic programming solution