<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE article  PUBLIC "-//NLM//DTD Journal Publishing DTD v3.0 20080202//EN" "http://dtd.nlm.nih.gov/publishing/3.0/journalpublishing3.dtd"><article xmlns:mml="http://www.w3.org/1998/Math/MathML" xmlns:xlink="http://www.w3.org/1999/xlink" dtd-version="3.0" xml:lang="en" article-type="research article"><front><journal-meta><journal-id journal-id-type="publisher-id">AJMB</journal-id><journal-title-group><journal-title>American Journal of Molecular Biology</journal-title></journal-title-group><issn pub-type="epub">2161-6620</issn><publisher><publisher-name>Scientific Research Publishing</publisher-name></publisher></journal-meta><article-meta><article-id pub-id-type="doi">10.4236/ajmb.2012.23030</article-id><article-id pub-id-type="publisher-id">AJMB-20995</article-id><article-categories><subj-group subj-group-type="heading"><subject>Articles</subject></subj-group><subj-group subj-group-type="Discipline-v2"><subject>Biomedical&amp;Life Sciences</subject></subj-group></article-categories><title-group><article-title>
 
 
  Applying Surface-Based DNA Computing for Solving the Dominating Set Problem
 
</article-title></title-group><contrib-group><contrib contrib-type="author" xlink:type="simple"><name name-style="western"><surname>assan</surname><given-names>Taghipour</given-names></name><xref ref-type="aff" rid="aff1"><sup>1</sup></xref><xref ref-type="corresp" rid="cor1"><sup>*</sup></xref></contrib><contrib contrib-type="author" xlink:type="simple"><name name-style="western"><surname>Mahdi</surname><given-names>Rezaei</given-names></name><xref ref-type="aff" rid="aff2"><sup>2</sup></xref></contrib><contrib contrib-type="author" xlink:type="simple"><name name-style="western"><surname>Heydar</surname><given-names>Ali Esmaili</given-names></name><xref ref-type="aff" rid="aff1"><sup>1</sup></xref></contrib></contrib-group><aff id="aff2"><addr-line>Department of Theoretical Physics and Astrophysics, Tabriz University, Tabriz, 51664, Iran</addr-line></aff><aff id="aff1"><addr-line>Department of pathology, Tabriz University of medical sciences, Tabriz, Iran</addr-line></aff><author-notes><corresp id="cor1">* E-mail:<email>taghipourh@yahoo.com(AT)</email>;</corresp></author-notes><pub-date pub-type="epub"><day>27</day><month>07</month><year>2012</year></pub-date><volume>02</volume><issue>03</issue><fpage>286</fpage><lpage>290</lpage><history><date date-type="received"><day>19</day>	<month>May</month>	<year>2012</year></date><date date-type="rev-recd"><day>4</day>	<month>June</month>	<year>2012</year>	</date><date date-type="accepted"><day>25</day>	<month>June</month>	<year>2012</year></date></history><permissions><copyright-statement>&#169; Copyright  2014 by authors and Scientific Research Publishing Inc. </copyright-statement><copyright-year>2014</copyright-year><license><license-p>This work is licensed under the Creative Commons Attribution International License (CC BY). http://creativecommons.org/licenses/by/4.0/</license-p></license></permissions><abstract><p>
 
 
  The surface-based DNA computing is one of the methods of DNA computing which uses DNA strands immobilized on a solid surface. In this paper, we applied surface-based DNA computing for solving the dominating set problem. At first step, surface-based DNA solution space was constructed by using appropriate DNA strands. Then, by application of a DNA parallel algorithm, dominating set problem was resolved in polynomial time.
 
</p></abstract><kwd-group><kwd>Parallel Computing; Surface-Based DNA Computers; Dominating Set Problem; NP-Complete Problem</kwd></kwd-group></article-meta></front><body><sec id="s1"><title>1. INTRODUCTION</title><p>DNA molecules are genetic materials of organisms which are located in the cell nucleus. The unique and specific structure of DNA makes it one of the favorite candidates for computing purposes. In comparison with traditional electronics-based computers, DNA computers have massively parallel nature. While, a single DNA molecule can only carry out computation slowly, DNA computers can perform a very large and staggering number of calculations simultaneously. A DNA computer can perform 10<sup>^9</sup> calculations per mL of DNA per second.</p><p>DNA computing was initially developed by Leonard Adleman in 1994 [<xref ref-type="bibr" rid="scirp.20995-ref1">1</xref>]. Adleman succeeded in solving seven-point Hamiltonian path problem solely by manipulating DNA molecules and suggested that DNA could be used to solve complex mathematical problems.</p><p>Surface-based DNA computing was introduced by Liu et al. in 1996 [<xref ref-type="bibr" rid="scirp.20995-ref2">2</xref>]. This model uses DNA molecules attached to a solid surface, instead of DNA molecules floating in a solution. This method greatly reduces losses of DNA molecules during different steps of computation.</p><p>In this paper, we applied the surface-based model for solving the dominating set problem which is one of the NP-complete problems. Dominating set problem is widely used in network routing, city planning, designing and construction of health services in appropriate places.</p><p>The paper is organized as follows. Section 2 introduces the DNA structure and various DNA computing models and discuss about surface-based DNA computing and biological operations which are used in surfacebased model. Section 3 introduces a DNA based algorithm for solving the dominating set problem in surface-based model.</p></sec><sec id="s2"><title>2. BASICS OF DNA COMPUTING</title><sec id="s2_1"><title>2.1. Structure of DNA and DNA Computing Models</title><p>DNA consists of two long polymers of simple units called nucleotides. Nucleotides are building blocks of DNA and each of them contains three components: sugar, phosphate group and nitrogenous base. There are four different nitrogenous bases which contribute in DNA structure: Thymine(T) and Cytosine(C) which are called pyrimidines; Adenine(A) and Guanine(G) which are called purines. The nucleotides are link together by phosphordiester bonds and form single stranded DNA (ssDNA). Two ssDNA molecules join together to form double stranded DNA (DsDNA) based on complementary rule: “A” always pairs with “T”, and likewise “C” pairs with “G”. In <xref ref-type="fig" rid="fig1">Figure 1</xref>, a schematic picture of nucleotide is shown.</p><p>DNA computing was initially developed by Leonard Adleman in 1994 [<xref ref-type="bibr" rid="scirp.20995-ref1">1</xref>]. Adleman resolved an instance of Hamiltonian path problem just by handling the DNA molecules. In 1995, Lipton [<xref ref-type="bibr" rid="scirp.20995-ref3">3</xref>] presented a method for solving the satisfiability (SAT) problem. Adleman-Lipton model can be used to solve different NP-complete problems. In Adleman-Lipton model, DNA splints are used for construction of solution space. Adleman [4,5] also presented a molecular algorithm for solving the 3-coloring problem. Chang and Guo [6-8] showed that the DNA operations in Adelman-Lipton model could be used for developing DNA algorithms to resolve the dominating set problem, the vertex cover problem, the maximal clique problem and independent set problem.</p><p>The surface-based model was introduced by Liu et al. in 1996 [<xref ref-type="bibr" rid="scirp.20995-ref2">2</xref>]. This model uses DNA molecules attached to a solid surface, instead of DNA molecules floating in a solution. Liu et al. also proposed a surface-based DNA algorithm for solving the satisfiability problem.</p><p>In 1996, Roweis et al. [<xref ref-type="bibr" rid="scirp.20995-ref9">9</xref>] introduced the Sticker based DNA computing model and applied it in solving the Minimal Set Cover problem. Perez-Jimenez and Sanchocaparrini [<xref ref-type="bibr" rid="scirp.20995-ref10">10</xref>] used Sticker based DNA computing to resolve knapsack problem, and this model also were applied for breaking the Data Encryption Standard (DES) [11,12]. In our previous work, we also applied sticker model for solving the independent set problem [<xref ref-type="bibr" rid="scirp.20995-ref13">13</xref>].</p><p>Other than Adleman-Lipton, surface-based and Sticker based models, other various models are also proposed in DNA computing by researchers. Quyang et al. [<xref ref-type="bibr" rid="scirp.20995-ref14">14</xref>] solved the maximal clique problem using DNA molecules and Restriction endonuclease enzymes. Amos et al. [15,16] described a DNA computation model using restriction endonuclease enzymes instead of successive cycles of separation by DNA hybridization, which can reduce the error-rate of computation. Hagiya et al. [<xref ref-type="bibr" rid="scirp.20995-ref17">17</xref>] proposed a new method of DNA computing that involves a selfacting DNA molecule containing both the input, program, and working memory. In this method, a single-stranded DNA molecule consists of an input segment on the 5’-end, followed by a formula (program) segment, followed by a spacer, and finally with a “head” on the 3’-end that moves and performs the computation. Another method for DNA computation is “computation by self-assembly”. Eric winfree et al. [18-20] introduced a linear and 2-dimentional self-assembly model.</p><p>The computing by blocking was introduced by Rozenberg et al. [<xref ref-type="bibr" rid="scirp.20995-ref21">21</xref>] This model uses a novel approach to filter the DNA molecules: Instead of separating the DNA strands to distinct tubes, or destroy and removing the DNA molecules that does not contribute to finding a solution, it blocks (inactivates) them in a way that the blocked strands can be considered as non-existent during the subsequent steps of computation.</p></sec><sec id="s2_2"><title>2.2. Surface-Based DNA Computation</title><sec id="s2_2_1"><title>2.2.1. General Aspects of Surface-Based Model</title><p>The surface-based model was introduced by Liu et al. in 1996 [<xref ref-type="bibr" rid="scirp.20995-ref2">2</xref>]. This model uses DNA molecules attached to a solid surface, instead of DNA molecules floating in a solution. The solution set of DNA strands is initially attached to a surface (glass, silicon, gold, for example). The immobilized DNA strands are then subjected to biological operations such as hybridization or exonuclease degradation, in order to extract the desired DNA strands. This model greatly reduces losses of DNA molecules during different steps of computation. Briefly, the basic operations in surface-based model are as follows: selectively mark strands, destroy either marked or unmarked strands, and unmark all marked strands. Another feature of surface-based model is the use of single-base mismatch discrimination in hybridization as a basis for selectively marking DNA strands, which allows obtaining a high density of information per nucleotide.</p></sec><sec id="s2_2_2"><title>2.2.2. Biological Operations in Surface-Based Model</title><p>For simplicity, let’s consider that the solution space be the set S of binary strands of length n. The following operations may be performed on S [<xref ref-type="bibr" rid="scirp.20995-ref2">2</xref>].</p><p>1) mark (i, b): this marks all strings in which the i<sup>th</sup> bit has value b. This operation is performed by annealing specific probes to desired DNA strands.</p><p>2) mark ((i<sub>1</sub>, b<sub>1</sub>), (i<sub>2</sub>, b<sub>2</sub>), &#183;&#183;, (i<sub>k</sub>, b<sub>k</sub>)): this is an extension of mark (i, b) which marks a desired string based on the values of multiple bits. This operation is also performed by annealing specific probes to desired DNA strands.</p><p>3) destroy-marked: removes all marked strands (double stranded DNA molecules) from solution space. This is performed by specific enzymes which selectively destroy double stranded DNA molecules.</p><p>4) destroy-unmarked: removes all unmarked strands (single stranded DNA molecules) from solution space. This is performed by specific enzymes which selectively destroy single stranded DNA molecules.</p><p>5) unmark: this unmarks all marked strands in solution space (dissociate probes from immobilized DNA strands and converts double stranded molecules to single stranded DNA molecules).</p><p>6) test-if-empty: this operation determines whether the set S is empty or not. It is usually executed at the end of computation.</p></sec><sec id="s2_2_3"><title>2.2.3. Designing of Appropriate DNA Strands and Construction of Solution Space</title><p>First of all, it is essential to represent all possible binary strings of length n as DNA strands. In order to synthesis DNA strands attached to solid surface, a desired DNA molecule is synthesized nucleotide by nucleotide on a support particle in sequential coupling steps. By application of this method, we can produce combinatorial sets of molecules by using mixture of nucleotides at each coupling step. For example, if two nucleotides are used together in four coupling steps, 16 different DNA strands will be produced on solid support.</p><p>In this article, we use one base to represent one bit of the binary strings, while keeping the GC content of the string constant (about 50%). For example, we can use A or T in half of the positions to represent 0 and 1 respectively, and G or C in the remaining positions to represent 0 and 1 respectively. This is an important rule in designing of DNA strands, because GC content has a very strong effect on DNA hybridization reactions. In addition, all DNA strands immobilized on solid surface have markers at each end; these will be used as binding sites for primers of PCR reaction. The length of binding sites of primers is about 20 nucleotides. PCR reactions will be used for amplifying the desired DNA molecules.</p></sec><sec id="s2_2_4"><title>2.2.4. In Vitro Implementation of Operations</title><p>We now describe how each of the operations of surfacebased model can be performed on surfaces.</p><p>mark (i, b): in order to marking the DNA strands which represent binary strings in which the i<sup>th</sup> bit is b, first, the DNA probes that are complementary to the mentioned strands are synthesized. Then, each of these probes hybridizes to its complement DNA strand on the surface. Thus, the marked DNA strands will be doublestranded whereas unmarked strands remain singlestranded.</p><p>In this method, single-base mismatch is used for discrimination of marked and unmarked strands, and it was determined that excellent discrimination based on singlebase mismatch is obtained using 15 mer sequences.</p><p>destroy-marked, destroy-unmarked: Either marked (double-stranded) or unmarked (single-stranded) DNA molecules may be selectively destroyed by using exonuclease enzymes.</p><p>unmark: This operation is performed simply by washing the surface in distilled water. Distilled water is low tonic solution which denature double-stranded DNA molecules and leads probes to dissociate from immobilized DNA strings and are washed away, leaving only the original single-stranded DNA attached to the surface.</p><p>test-if-empty: As mentioned before, this operation is usually executed at the end of computation. In final step, the remaining DNA molecules may be marked (doublestranded) or unmarked (single-stranded). If remaining DNA molecules are unmarked (single-stranded), we can cleave them from the surface, and amplify them by using PCR and detect if there is any product as a result. But, if the remaining DNA molecules on the surface are marked (double-stranded), we should convert them to unmarked strands by removing complementary probes from immobilized DNA strands, and then, cleave them from the surface, amplify by using PCR and detect if there is any product as result.</p></sec></sec></sec><sec id="s3"><title>3. SOLVING THE DOMINATING SET PROBLEM BY SURFACE-BASED DNA COMPUTERS</title><sec id="s3_1"><title>3.1. Definition of the Dominating Set Problem</title><p>In graph theory, a dominating set of a graph G = (V, E), where V is the set of the vertices and E is the set of the edges, is a subset V<sup>1</sup> &#205; V such that for all u &#206; V − V<sup>1</sup> there is a v &#206; V<sup>1</sup> for which (u, v) &#206; E. The size of a dominating set is the number of vertices it contains. The dominating set problem is to find a minimum size dominating set in G. The dominating set problem has been proved to be a NP—complete problem. For example, the graph in <xref ref-type="fig" rid="fig2">Figure 2</xref> includes 7 vertices and 6 edges.</p><p>It is clear that the minimum size dominating set for our graph is {V<sub>4</sub>, V<sub>5</sub>}, furthermore, the size of the dominating set problem in our graph is 2.</p></sec><sec id="s3_2"><title>3.2. Construction of the Surface-Based Solution Space for Dominating Set Problem</title><p>First of all, it is essential to generate the surface-based DNA solution space of our problem. Then, basic biological operations will be used to select legal strands and remove illegal strands from the solution space. It is obvious that a graph with N vertices has 2<sup>N</sup> subset of vertices or 2<sup>N</sup> possible dominating sets. Furthermore, each possible dominating set can be represented by an N-digit binary number. Also suppose that V<sup>1</sup> is a dominating set of G. If the i<sup>th</sup> bit in an N-digit binary number is set to 1, it represents that the i<sup>th</sup> vertex is in V<sup>1</sup> but is not in V-V<sup>1</sup>. If the i<sup>th</sup> bit in an N-digit binary number is set to 0, it represents that the i<sup>th</sup> vertex is not in V<sup>1</sup> but is found in V − V<sup>1</sup>.</p><p>Our graph has 7 vertices and 128 possible dominating sets. Furthermore, the solution space has 128 distinct molecules, which have designed and synthesized as</p><p>shown in <xref ref-type="fig" rid="fig3">Figure 3</xref>. The length of these DNA molecules is 55 nucleotides, consisting of a unique 20 nucleotides sequence at each end (binding sites for PCR primers), and a 15 nucleotides hybridization sequence in the middle. As discussed before, excellent specificity and discrimination based on single-base mismatch is obtained using 15 mer sequences, for this reason, we considered 15 nucleotides for hybridization sequence. The graph of our problem have 7 vertices, thus, the 7 central nucleotides in the 15 mer hybridization sequence were synthesized as a combinatorial set with two possibilities at each position: (G + C) (G + C) (G + C) (G + C) (A + T) (A + T) (A + T), representing 2<sup>7</sup> = 128 distinct molecules in solution space. The adjacent 4 nucleotides at the two ends of the hybridization sequence have unique and constant sequences in order to limit the size of the solution space to 128 molecules.</p></sec><sec id="s3_3"><title>3.3. DNA Algorithm for Solving the Dominating Set Problem</title><p>The following algorithm is proposed for solving the dominating set problem:</p><p>1) Prepare solution space by designing and synthesis of appropriate DNA strands which are immobilized on a surface.</p><p>2) For i = 1 to n, where n is the number of vertices in the graph G.</p><p>a) mark (i, 1);</p><p>b) For each vertex V<sub>j</sub> which have adjacency to V<sub>i</sub>;</p><p>c) mark (j, 1);</p><p>d) destroy-unmarked;</p><p>e) unmark.</p><p>3) Cleave remaining immobilized DNA strings from surface.</p><p>4) Amplify by PCR.</p><p>5) Input DNA molecules to tube T<sub>0</sub>.</p><p>6) For i = 0 to n – 1 For j = i down to 0 Separate (T<sub>j</sub>, i + 1) → (T<sub>(j+1)’</sub>, T<sub>j</sub>)</p><p>Combine (T<sub>j</sub><sub>+1</sub>, T<sub>j</sub><sub>+1</sub>, T<sub>(j+1)’</sub>)</p><p>7) Read T<sub>1</sub>; else if it was empty then:</p><p>Read T<sub>2</sub>; else if it was empty then:</p><p>Read T<sub>3</sub>; else if it was empty then:</p><p>.</p><p>.</p><p>.</p><p>Read T<sub>n–1</sub>; else if it was empty then:</p><p>Read T<sub>n</sub>.</p><p>According to the steps in the algorithm, the dominating set problem can be resolved by surface-based DNA computation in polynomial time.</p><p>Step 2 of the algorithm is executed n times (n is 7 in our graph). Step 2a, marks the DNA strands which contain the vertex V<sub>i</sub> and the DNA strands which do not contain the vertex V<sub>i</sub> remain unmark. From the definition of dominating set, the unmarked DNA strands represent sets V − V<sup>1</sup>, which do not contain the vertex V<sub>i</sub>. If there is no vertex adjacent to V<sub>i</sub>, then step 2d will destroy the unmarked DNA strands. Otherwise, step 2c will be executed z times, where z is the number of vertices adjacent (directly connected by an edge) to V<sub>i</sub>. Each time step 2c is executed, it marks DNA strands which contain V<sub>j</sub><sub> </sub>(subsets which contain vertices that have adjacency to V<sub>i</sub>). Furthermore, the remaining unmarked DNA strands consist of all of the strands which do not contain V<sub>i</sub> and V<sub>j</sub>, or we can say it contains vertices which do not have adjacency to V<sub>i</sub>. Thus, the unmarked DNA strands are illegal strands and should be destroyed. For all vertices, similar processing is also performed, therefore, at the end of step 2, illegal strands will be destroyed and only legal strands (representing dominating sets) will be remain in solution space.</p><p>During steps 3 to 5, legal DNA strands which remain on surface at the end of step 2, are cleaved from surface, amplified by using PCR, and finally, all of them are transferred to tube T<sub>0</sub>.</p><p>In step 6 of the algorithm, we applied 2 operations: separation and combination. Here, we briefly discuss about these operations:</p><p>Separate (T<sub>a</sub>, i) &#174; (T<sub>b</sub>, T<sub>c</sub>), this operation creates two new tubes T<sub>b</sub> and T<sub>c</sub>T<sub>b</sub> contains the DNA molecules having the i<sup>th</sup> bit value 1 (T<sub>b</sub> = +(T<sub>a</sub>, i)) and T<sub>c</sub> contains the DNA molecules having the i<sup>th</sup> bit value 0 (T<sub>c</sub> = –(T<sub>a,</sub> i)).</p><p>Combine (T<sub>a</sub>, T<sub>b</sub>, T<sub>c</sub>): the DNA molecules from the tubes T<sub>b</sub> and T<sub>c </sub>are combined to form a new tube T<sub>a</sub>, simply the contents of T<sub>b</sub> and T<sub>c</sub> are poured to tube T<sub>a</sub>. (T<sub>a</sub>= T<sub>b</sub> ∪ T<sub>c</sub>).</p><p>By the execution of step 6, the DNA strands which represent the &#198; subset are placed in tube T<sub>0</sub>, the DNA strands represent the subsets which contain only one vertex are placed in tube T<sub>1</sub>, the DNA strands represent the subsets which contain two vertices are placed in tube T<sub>2</sub>, the DNA strands represent the subsets which contain 3 vertices are placed in tube T<sub>3</sub>, and so on.</p><p>In step 7, all of the tubes (from T<sub>1</sub> to T<sub>n</sub>) are evaluated for presence of DNA strands , and the first tube which is not empty and contains DNA strands represent minimum</p><p>size dominating set. In our example, tube T<sub>1</sub> is empty and devoid of any DNA strands. The first tube which contains DNA molecules is tube T<sub>2</sub> which represent the subset {V<sub>4</sub>, V<sub>5</sub>}. Hence, the minimum size dominating set in our graph is 2.</p></sec></sec><sec id="s4"><title>4. CONCLUSIONS</title><p>In this paper, the surface-based DNA computing was used for solving the dominating set problem. This method could be used for solving other NP-complete problems.</p><p>The loss of DNA molecules is one of the major problems in Adleman-Lipton and sticker models, but the surface-based model greatly reduces losses of DNA molecules during different steps of computation. One of the major limitations of this model is that the length of hybridization sequence is restricted to 15 nucleotides, because selectively marking DNA strands is based on single-base mismatch discrimination in hybridization. For solving the large scale NP-complete problems, it is essential to design the oligos larger than 15 nucleotides.</p><p>Finally, for improving the efficiency and capabilities of surface-based model, other operations should be added to this model.</p></sec><sec id="s5"><title>REFERENCES</title></sec><sec id="s6"><title>NOTES</title></sec></body><back><ref-list><title>References</title><ref id="scirp.20995-ref1"><label>1</label><mixed-citation publication-type="other" xlink:type="simple">Adleman, L. M. (1994) Molecular computation of solutions to combinatorial problems. Science 266, 1021-1024.  
doi:10.1126/science.7973651</mixed-citation></ref><ref id="scirp.20995-ref2"><label>2</label><mixed-citation publication-type="other" xlink:type="simple">Liu, Q., et al. (1996) A surface-based approach to DNA computation, In: Proceedings of the Second Annual Meeting on DNA Based Computers, Princeton University.</mixed-citation></ref><ref id="scirp.20995-ref3"><label>3</label><mixed-citation publication-type="other" xlink:type="simple">Lipton, R. J. (1995) DNA solution of hard computational problems. Science 268, 542-545.  
doi:10.1126/science.7725098</mixed-citation></ref><ref id="scirp.20995-ref4"><label>4</label><mixed-citation publication-type="other" xlink:type="simple">Adleman, L.M. (1995) On Constructing a Molecular Computer. Manuscript, Department of Computer Science, University of Southern California.</mixed-citation></ref><ref id="scirp.20995-ref5"><label>5</label><mixed-citation publication-type="other" xlink:type="simple">Adleman, L.M. (1996) On Constructing a Molecular Computer. In DNA based computers, pp.1-22.</mixed-citation></ref><ref id="scirp.20995-ref6"><label>6</label><mixed-citation publication-type="other" xlink:type="simple">Chang,W.-L., Guo, M. (2002) Solving the dominating-set problem in Adleman–Lipton’s model. In: The Third International Conference on Parallel and Distributed Computing, Applications and Technologies, Japan, pp. 167–172.</mixed-citation></ref><ref id="scirp.20995-ref7"><label>7</label><mixed-citation publication-type="other" xlink:type="simple">Chang, W.-L., Guo, M. (2002) Solving the clique problem and the vertex cover problem in Adleman–Lipton’s model. In: IASTED International Conference, Networks, Parallel and Distributed Processing, and Applications, Japan, pp. 431–436.</mixed-citation></ref><ref id="scirp.20995-ref8"><label>8</label><mixed-citation publication-type="other" xlink:type="simple">Chang, W.-L., Guo, M. (2002) Solving NP-complete problem in the Adleman–Lipton model. In: The Proceedings of 2002 International Conference on Computer and Information Technology, Japan, pp. 157–162.</mixed-citation></ref><ref id="scirp.20995-ref9"><label>9</label><mixed-citation publication-type="book" xlink:type="simple">Roweis, S., et al. (1999) A sticker based model for DNA computation. In: Landweber, L., Baum, E. (Eds.), Second Annual Workshop on DNA Computing, Princeton University. DIMACS: Series in Discrete Mathematics and Theoretical Computer Science. American Mathematical Society, pp. 1–29.</mixed-citation></ref><ref id="scirp.20995-ref10"><label>10</label><mixed-citation publication-type="other" xlink:type="simple">Perez-Jimenez, M.J., Sancho-Caparrini, F. (2001) Solving knapsack problems in a sticker based model. In: Seventh Annual Workshop on DNA Computing. DIMACS: Series in Discrete Mathematics and Theoretical Computer Science. American Mathematical Society.</mixed-citation></ref><ref id="scirp.20995-ref11"><label>11</label><mixed-citation publication-type="other" xlink:type="simple">Adleman, L., Rothemund, p., Roweis, S., Winfree, E. (1999) On Applying Molecular Computation to the Data Encryption Standard. The 2nd annual workshop on DNA Computing, Princeton University, DIMACS: series in Discrete Mathematics and Theoretical Computer Science, American Mathematical Society, pp. 31-44.</mixed-citation></ref><ref id="scirp.20995-ref12"><label>12</label><mixed-citation publication-type="other" xlink:type="simple">Boneh, D., Dunworth, C., Lipton, R. (1996) Breaking DES Using a Molecular Computer. Princeton CS Tech-Report CS-TR-489-95.</mixed-citation></ref><ref id="scirp.20995-ref13"><label>13</label><mixed-citation publication-type="other" xlink:type="simple">Taghipour, H., Taghipour, A., Rezaei, M. and Esmaili, H. (2012) Solving the independent set problem by sticker based DNA computers. American Journal of Molecular Biology, 2, 153-158. doi:10.4236/ajmb.2012.22017</mixed-citation></ref><ref id="scirp.20995-ref14"><label>14</label><mixed-citation publication-type="other" xlink:type="simple">Quyang, Q., Kaplan, P. D., Liu, S., Libchaber, A. (1997) DNA solution of the maximal clique problem. Science 278, 446-449. doi:10.1126/science.278.5337.446</mixed-citation></ref><ref id="scirp.20995-ref15"><label>15</label><mixed-citation publication-type="other" xlink:type="simple">Amos, M., Gibbons, A., Hodgson, D. (1996) Error-resistant implementation of DNA computations. Proceedings of the 2nd DIMACS Workshop on DNA Based Computers.</mixed-citation></ref><ref id="scirp.20995-ref16"><label>16</label><mixed-citation publication-type="other" xlink:type="simple">Amos, M., Gibbons, A., Hodgson, D. (1996) A new model of DNA computation. 12th British Colloquium on Theoretical Computer Science.</mixed-citation></ref><ref id="scirp.20995-ref17"><label>17</label><mixed-citation publication-type="other" xlink:type="simple">Hagiya, M., Arita, M., Kiga, D., Sakamoto, K., Yokoyama, S. (1999) Towards Parallel Evaluation and Learning of Boolean μ-formulas with Molecules. DIMACS Series in Discrete Mathematics and Theoretical Computer Science 48, 57-72.</mixed-citation></ref><ref id="scirp.20995-ref18"><label>18</label><mixed-citation publication-type="other" xlink:type="simple">Winfree, E. (1998) Simulations of Computing by Self-Assembly. Fourth International Meeting on DNA Based Computers, pp. 213-239.</mixed-citation></ref><ref id="scirp.20995-ref19"><label>19</label><mixed-citation publication-type="other" xlink:type="simple">Winfree, E., Liu, F.L., Wenzler, L.A., Seeman, N.C. (1998) Design and self-assembly of two-dimensional DNA crystals. Nature 394, 539-544.  doi:10.1038/28998</mixed-citation></ref><ref id="scirp.20995-ref20"><label>20</label><mixed-citation publication-type="other" xlink:type="simple">Winfree, E., Yang, X., Seeman, N.C. (1996) Universal computation via self-assembly of DNA: Some theory and experiments. Proceedings of the 2nd DIMACS Workshop on DNA Based Computers.</mixed-citation></ref><ref id="scirp.20995-ref21"><label>21</label><mixed-citation publication-type="other" xlink:type="simple">Rozenberg, G., Spaink, H. (2003) DNA computing by blocking. Theoretical Computer Science 292, 653-665</mixed-citation></ref></ref-list></back></article>