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

question; What is the complexity of current algorithms that compute difference? #42

Open
mdalag opened this issue Jun 1, 2021 · 2 comments
Labels

Comments

@mdalag
Copy link

mdalag commented Jun 1, 2021

question; What is the complexity of current algorithms that compute difference?

@cielavenir
Copy link

I had similar issue today and I found that list comparision is O(N^2) because LCS is computed.

@cielavenir
Copy link

I feeded a list whose length is about 10000, and jdiff does not return forever

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

No branches or pull requests

3 participants