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

Implement the caesar cipher algorithm and Longest Common subsequence in python #187

Closed
wants to merge 12 commits into from

Conversation

manthan0227
Copy link
Contributor

Caesar Cipher

Added Caesar cipher algorithm using python language.

☑Hacktoberfest
☑Contributor

close #179

Describe the changes you have made

Added Caesar cipher algorithm using python language.

Longest Common Subsequence

Added Longest Common Subsequence using recursion in python.

☑Hacktoberfest
☑Contributor

close #172

Describe the changes you have made

Longest Common subsequence added in dynamic programming directory in python language.

@prathimacode-hub
Copy link
Owner

1 issue = 1 PR. Don't add multiple issues in single PR. Kindly correct it. @manthan0227

@manthan0227 manthan0227 closed this Oct 3, 2021
@manthan0227
Copy link
Contributor Author

Caesar Cipher

Added Caesar cipher algorithm using python language.

☑Hacktoberfest
☑Contributor

close #179

Describe the changes you have made

Added Caesar cipher algorithm using python language.

@prathimacode-hub
Copy link
Owner

Don't add two PR's in one. It has 2 problem statements. Focus on one after other. You had done the caesar cipher. This is longest common subsequence. Do changes accordingly and remove other files and why did you close this PR? @manthan0227

@prathimacode-hub
Copy link
Owner

No PR yet from you. @manthan0227

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Caesar cipher Algorithm Longest Common Subsequence Problem
2 participants