Hunt–McIlroy algorithm - Wikipedia, the free encyclopedia

CentralNotice Hunt–McIlroy algorithm From Wikipedia, the free encyclopedia Jump to: navigation , search In computer science , the Hunt–McIlroy algorithm is a solution to the longest common subsequence problem . It was one of the first non-heuristic algorithms used in diff . To this day, variations of this algorithm are found in incremental version control systems , wiki engines , and molecular phylogenetics research software. The research accompanying the final version of Unix diff , written by Douglas McIlroy , was published in the 1976 paper "An Algorithm for Differential File Comparison", co-written with James W. Hunt , who developed an initial prototype of diff. [ 1 ] 1 Algorithm 1.1 Basic Longest Common Subsequence Solution 1.1.1 Algorithm 1.1.2 Example 1.1.3 Complexity 1.2 Essential Matches 1.2.1 k-candidates 1.2.2 Connecting k-candidates 2 S...

Linked on 2014-12-24 17:44:57 | Similar Links