NSequenceComparer to compare two sequences
I had a requirement to compare two sequences to find the differences in .NET platform. To compare large sequences, I needed an algorithm that does not use recursion. I could not find anything in the internet that I can use out of the box, so, I created this nuget package
This package is very simple to use, you can read usage instructions here
Feel free to use and contribute.
Comments
comments powered by Disqus