From c0c4e327e0ddc509fff7ce7aefb909ca9948899d Mon Sep 17 00:00:00 2001 From: Ryan Meisters Date: Tue, 18 Mar 2014 10:55:21 -0700 Subject: [PATCH] Added biocomputing section - Adelman 1994 paper - Some links to explanations of PCR to aid in understanding of the Adleman 1994 paper --- biocomputing/README.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 biocomputing/README.md diff --git a/biocomputing/README.md b/biocomputing/README.md new file mode 100644 index 0000000..f4997af --- /dev/null +++ b/biocomputing/README.md @@ -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. +