Psst.. new poll here.
Psst.. new forums here.
Microsoft is blocking us again (TY IP Reputation!) so just use oauth login instead. :)
Paste
Pasted as Java by BOB ( 16 years ago )
{
String a="atgaactgc";
}
static int baseVal(String b)
{
int ergebnis=-1;
if(b.equals("t"))
ergebnis=0;
if(b.equals("c"))
ergebnis=1;
if(b.equals("a"))
ergebnis=2;
if(b.equals("g"))
ergebnis=3;
return ergebnis;
}
static int tripletVal(String t)
{
int
}
Revise this Paste