Please explain me the following lines of code that bhaiya has explained inside the bucketsort function:
for(int i=100;i>=0:i–)
{
for(vector:: iterator it=v[i].begin(); it! =v[i].end();it++)
{
------@
}
}
Please explain both the above loops