Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added edit distance, LIS and matrix chain multiplication in dynamic p… #215

Merged
merged 1 commit into from
Oct 11, 2022
Merged

added edit distance, LIS and matrix chain multiplication in dynamic p… #215

merged 1 commit into from
Oct 11, 2022

Conversation

rajdeepdas2000
Copy link
Contributor

…rogramming directory of algorithms

Proposed changes

I have created edit distance, longest increasing subsequence, matrix chain multiplication folders as they were mentioned in algorithms->dynamic programming README file but they were missing from that directory. I also added code in respective folders.

Types of changes

What types of changes does your code introduce to this project?
Put an x in the boxes that apply

  • Proofreading (fix spelling, grammar, punctuation, accuracy) More about Proofreading
  • New Files/Folder (adding folder without removing existing one)
  • Add/Remove Files (adding/removing existing files/folder)

Checklist

Put an x in the boxes that apply. You can also fill these out after creating the PR. Don't hesitate to ask if you're unsure about any of them. We're here to help! This is simply a reminder of what we will look for before merging your code.

  • Tested any code against its gcc/clang or the official binaries and it passes locally with my changes
  • I have added the necessary explanation
  • I have added the necessary links in the working section
  • Added external links

Further comments

If this is a relatively large or complex change, kick off the discussion by explaining why you chose the solution you did and what alternatives you considered, etc...

Reviewers:

This will be filled by the people who review this particular Pull Request.

Copy link
Owner

@shhossain shhossain left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approved. Merging.

@shhossain shhossain added the hacktoberfest-accepted hacktoberfest-accepted label Oct 11, 2022
@shhossain shhossain linked an issue Oct 11, 2022 that may be closed by this pull request
@shhossain shhossain self-assigned this Oct 11, 2022
@shhossain shhossain merged commit 45c0aff into shhossain:main Oct 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
hacktoberfest-accepted hacktoberfest-accepted
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add or Fix readme (Topic : Computer Science/Engineering)
2 participants