A Dynamic Algorithm for the Longest Common Subsequence Problem using Ant Colony Optimization Technique
Arindam Chaudhuri

TL;DR
This paper introduces a novel Ant Colony Optimization algorithm for solving the Longest Common Subsequence problem, demonstrating its effectiveness through simulation and computational complexity analysis.
Contribution
It presents the first Ant Colony Optimization algorithm tailored for the Longest Common Subsequence problem, offering a new stochastic approach.
Findings
Efficient computational complexity demonstrated
First application of Ant Colony Optimization to LCS
Effective solution quality shown through simulations
Abstract
We present a dynamic algorithm for solving the Longest Common Subsequence Problem using Ant Colony Optimization Technique. The Ant Colony Optimization Technique has been applied to solve many problems in Optimization Theory, Machine Learning and Telecommunication Networks etc. In particular, application of this theory in NP-Hard Problems has a remarkable significance. Given two strings, the traditional technique for finding Longest Common Subsequence is based on Dynamic Programming which consists of creating a recurrence relation and filling a table of size . The proposed algorithm draws analogy with behavior of ant colonies function and this new computational paradigm is known as Ant System. It is a viable new approach to Stochastic Combinatorial Optimization. The main characteristics of this model are positive feedback, distributed computation, and the use of constructive greedy…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsMetaheuristic Optimization Algorithms Research · Algorithms and Data Compression · Optimization and Packing Problems
