rohith

1,370
reputation

Algorithm of Success

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