anubhavchaturvedi / PayPal-bootcamp

0 stars 5 forks source link

Rename findInSowpodsMap to getAnagramListFromSowpodsMap #16

Closed anubhavchaturvedi closed 9 years ago

anubhavchaturvedi commented 9 years ago

I am taking it up

fhalde commented 9 years ago

make sure to refactor as well @anubhavchaturvedi

manishengi commented 9 years ago

vector findInSowpodsMap(string key) { vector x; if( sowpods.find(key) != sowpods.end() ) { x = sowpods.find( key )->second; }

    return x;
}

this look much better to me

manishengi commented 9 years ago

shikha here :P

anubhavchaturvedi commented 9 years ago

completed - commit d4a2a18fe21ec80c9d38e2db6da6f948949e7665