Added biocomputing section

- Adelman 1994 paper
- Some links to explanations of PCR to aid in understanding of the Adleman 1994 paper
This commit is contained in:
Ryan Meisters 2014-03-18 10:55:21 -07:00
parent f2a0c2cea8
commit c0c4e327e0

9
biocomputing/README.md Normal file
View File

@ -0,0 +1,9 @@
##Biocomputing
Some resources that may assist in understanding papers in this section:
- Polymerase Chain Reaction ( [a short video](http://www.youtube.com/watch?v=2KoLnIwoZKU), [wikipedia](http://en.wikipedia.org/wiki/Pcr))
---------
* [Molecular Computation of Solutions to Combinatorial Problems](http://www.cs.duke.edu/courses/cps296.4/spring04/papers/Adleman94.pdf)
- An interesting and inspiring approach to solving the (NP-complete) Hamiltonian Graph problem.