Ayush7614 / Daily-Coding-DS-ALGO-Practice

A open source project🚀 for bringing all interview💥💥 and competative📘 programming💥💥 question under one repo📐📐
https://daily-ds-algo.github.io/DS-Algo-Website/
MIT License
320 stars 475 forks source link

Find and Replace Pattern #719

Open sardonicankita opened 3 years ago

sardonicankita commented 3 years ago

Aim

I want to solve "Find and Replace Pattern" in C++. Its a Leetcode Medium problem. Problem Link: https://leetcode.com/problems/find-and-replace-pattern/

Details

Given a list of strings words and a string pattern, return a list of words[i] that match pattern. You may return the answer in any order.

Programming language

sardonicankita commented 3 years ago

Please assign me this

Adarsh357 commented 3 years ago

Can u assign this to me

Amit366 commented 3 years ago

@Adarsh357 mention the language

Adarsh357 commented 3 years ago

Thank u

On Mon, 14 Jun 2021, 4:42 pm Amit Kumar Mishra, @.***> wrote:

Assigned #719 https://github.com/Ayush7614/Daily-Coding-DS-ALGO-Practice/issues/719 to @Adarsh357 https://github.com/Adarsh357.

— You are receiving this because you were assigned. Reply to this email directly, view it on GitHub https://github.com/Ayush7614/Daily-Coding-DS-ALGO-Practice/issues/719#event-4885009321, or unsubscribe https://github.com/notifications/unsubscribe-auth/ASTXC7NMHV2PMM54SK4LC5DTSXP3BANCNFSM46S7XA7Q .

Adarsh357 commented 3 years ago

@Adarsh357 mention the language

C++

Kashish05 commented 3 years ago

I can code it in c++. pls assign it to me.

Adarsh357 commented 3 years ago

I have coded it in C++.

On Wed, 16 Jun 2021, 5:03 pm Kashish05, @.***> wrote:

I can code it in c++. pls assign it to me.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/Ayush7614/Daily-Coding-DS-ALGO-Practice/issues/719#issuecomment-862303460, or unsubscribe https://github.com/notifications/unsubscribe-auth/ASTXC7NTQZA42CSHHG4AUUDTTCDXDANCNFSM46S7XA7Q .

sardonicankita commented 3 years ago

@Amit366 please review the pull request #893 , so that I can make pr's for my other assigned issues as well.