Skip to content

Instantly share code, notes, and snippets.

View arup840's full-sized avatar

Arup Das arup840

  • Rahim Group
  • Tikatuli, Dhaka
View GitHub Profile
@arup840
arup840 / DNAPat.cpp
Created May 5, 2017 15:50
This is two C++ files on Genome Match project. The extension is .cpp
#include <iostream>
#include <string>
#include <vector>
#include <algorithm>
using namespace std;
const string DNA = "ACTGCGACGGTACGCTTCGACGTAG";
const size_t taille = DNA.size();