Skip to content

Implementation of Edit Distance in Java #226

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

Merged
merged 3 commits into from
Mar 31, 2018

Conversation

sanghaisubham
Copy link

@sanghaisubham sanghaisubham commented Oct 19, 2017

@varunu28

I have implemented the Edit Distance in Java. Please Review and comment and I will make the necessary changes.

@sanghaisubham sanghaisubham changed the title @varunu28 I have implemented the Edit Distance in Java. Please Review and comment and I will make the necessary changes. Implementation of Edit Distance in Java Oct 19, 2017
Copy link
Contributor

@varunu28 varunu28 left a comment

Choose a reason for hiding this comment

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

  • Remove the unused libraries for map and hashmap

  • Create a description for the minDistance function in a similar manner as it is in other codes for repo.Ex InsertionSort

  • Add space between class declaration and function to improve readability

…-fixes

turned some public methods private
@sanghaisubham
Copy link
Author

@varunu28

I have made the required changes.Please have a look and let me know if any other thing needs to be updated.

@christianbender christianbender merged commit 0aae345 into TheAlgorithms:master Mar 31, 2018
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.

4 participants