rohith

1,290
reputation
1
14
20

Algorithm of Success

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