rohith

1,340
reputation
2
14
20

Algorithm of Success

while(noSuccess) {
   tryAgain();
   if(dead)
     break;
}