rohith

133
reputation
4

Algorithm of Success

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