We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b02951 commit 7dea4e2Copy full SHA for 7dea4e2
README.md
@@ -49,12 +49,13 @@ This is a test ~senctence~**for diffutils**.
49
* producing human-readable differences
50
* inline difference construction
51
* Algorithms:
52
- * Myer
+ * Meyers Standard Algorithm
53
+ * Meyers with linear space improvement
54
* HistogramDiff using JGit Library
55
56
### Algorithms
57
-* Myer's diff
58
+* Meyer's diff
59
* HistogramDiff
60
61
But it can easily replaced by any other which is better for handing your texts. I have plan to add implementation of some in future.
0 commit comments