You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -696,7 +694,7 @@ This would use the 'ssn' field in each Person as a comparison key, and so would
696
694
AUTHOR
697
695
======
698
696
699
-
Based on Perl 5 version released by Tye McQueen (http://perlmonks.org/?node=tye).
697
+
Based on Perl 5 version released by Tye McQueen.
700
698
701
699
Initial procedural interface port by takadonet. Further procedural porting and object interface port by Steve Schulze.
702
700
@@ -705,7 +703,7 @@ LICENSE
705
703
706
704
Parts Copyright (c) 2000-2004 Ned Konz. All rights reserved. Parts by Tye McQueen.
707
705
708
-
Copyright 2024 Raku Community
706
+
Copyright 2024 - 2025 Raku Community
709
707
710
708
This program is free software; you can redistribute it and/or modify it under the same terms as Perl.
711
709
@@ -724,7 +722,7 @@ This code was adapted from the Smalltalk code of Mario Wolczko <[email protected]
724
722
725
723
The algorithm is that described in *A Fast Algorithm for Computing Longest Common Subsequences*, CACM, vol.20, no.5, pp.350-353, May 1977, with a few minor improvements to improve the speed.
The OO interface and some other changes are by Tye McQueen.
730
728
@@ -765,7 +763,7 @@ This code was adapted from the Smalltalk code of Mario Wolczko <[email protected]
765
763
766
764
THANKS SECTION
767
765
768
-
Thanks to Ned Konz's for rewriting the module to greatly improve performance, for maintaining it over the years, and for readilly handing it over to me so I could plod along with my improvements.
766
+
Thanks to Ned Konz's for rewriting the module to greatly improve performance, for maintaining it over the years, and for readily handing it over to me so I could plod along with my improvements.
0 commit comments