TecHAyusH6476 / Interview-Prep-DSA-HacktoberFest-2023

🚀 Welcome to FAANG Interview Prep Central! in HacktoberFEst 2023 As the tech industry evolves, the bar for software engineering interviews, especially at top tech companies like Facebook, Amazon, Apple, Netflix, and Google (FAANG), rises. Our mission is to provide you with a comprehensive guide and resources to navigate these challenging waters.
MIT License
5 stars 14 forks source link

Edit Distance (Dyanmic Programming) #4

Closed sdas2k3 closed 1 year ago

sdas2k3 commented 1 year ago

Heyy @TecHAyusH6476 this is a very famous problem from LeetCode based on Dynamic Programming. Link : https://leetcode.com/problems/edit-distance/description/ Kindly assign this to be as a part of Hactoberfest2023.I will be solving this in C++ language. Thanks

adit2005 commented 1 year ago

Hey @TecHAyusH6476 I would like to work on this problem and would give the best optimized soln. Kindly assign me this. I will be solving in C++.

TecHAyusH6476 commented 1 year ago

@adit2005 Assigned you the issue Make sure to check conflicts

TecHAyusH6476 commented 1 year ago

@adit2005 In DP folder there is already a folder for dynamic programming Also I am thinking to create sub-folders for each topic so that cpp,python and java code could be separated

adit2005 commented 1 year ago

Thanks @TecHAyusH6476 for telling.

TecHAyusH6476 commented 1 year ago

@adit2005 @sdas2k3 Please pick this sub folder issue after adding your code and I will add you both as contributors so you can accept other people PRs Happy HackSept Fest 🚀 🚀

adit2005 commented 1 year ago

ok @TecHAyusH6476 will do it.