DNA Based Computing
Please I need help and code on creation of DNA based computing Using C# programming language. I need it for my final year undergraduate programme. Thanks.
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Posted Nov 25, 2017, 10:40 PM
Afzaal Ahmad ZeeshanPosted Nov 24, 2017, 4:55 AM
DNA computing is a different sort of computing, where you typically reenact the way DNA stores information and controls the human behavior. I am not sure that there are any C# libraries out there that let you simulate such a condition. Even C++ or other languages would be a question for the library or framework support with DNA computing. Thus you would have to write it all by yourself, and for this I would recommend considering something low-level, such as C++ or C. High-level languages might cause a problem, and would decrease the actual power of the system itself.
Nonetheless, consider reading the following articles and resources to understand how to do that,