SarthakKeshari / CPP-Questions-and-Solutions

This repository aims to solve and create new problems from different spheres of coding. A path to help students to get access to solutions and discuss their doubts.
MIT License
47 stars 132 forks source link

Number of operations to convert str1 to str2. #375

Closed PrakharRathore123 closed 2 years ago

PrakharRathore123 commented 2 years ago

Enter your question -

Given two strings str1 and str2 and perform add, remove, replace operations that can performed on str1. Find minimum number of operations required to convert ‘str1’ into ‘str2’ .

Enter link to the question(if question belongs to any online platform) -

-

Tags for the question(eg - Array, Basic, Stack, etc.) -

Recursion, string ,dynamic programming.

PrakharRathore123 commented 2 years ago

@SarthakKeshari Kindly issue me this problem.

SarthakKeshari commented 2 years ago

@PrakharRathore123, Kindly add your solution to "Dynamic Programming" folder. Deadline - 09/10/2021