Efficient Maximum Matching Problem Algorithms in the Tile Assembly Model
ZHOU Xu,ZHOU Yan-tao,LI Ken-li,OUYANG Ai-jia,PAN Guo
DOI: https://doi.org/10.3969/j.issn.0372-2112.2015.02.009
2015-01-01
Abstract:The tile self-assembly model is an important DNA computing model. It's useful for handling the NP problem. Currently,when using the DNA computing to solve the maximum matching problem,it will be hard to experiment and easy to make mistakes. Therefore,based on the tile self-assembly model,a newalgorithm for the maximum matching problem is designed. The present algorithm needs O( mn) types of tile molecular,its bio-operation is O( 1),the computing time is O( m) and space complexity is O( mn)( where m is the number of edges,n is the number of vertices,O( m) = O( n2)).Compared to the existed algorithms,the proposed algorithm is effectiveness and correctness.