rohith

133
reputation
5

Algorithm of Success

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