The prompt:
How many ways are there to distribute n different toys among n different children so that each child gets at least one toy?
Is it appropriate to use bars and stars in this case?
Considering I use bars and stars, the n different toys will be the stars and n different children will be the bars.
After giving each of the n children 1 toys, we are left with 0 toys to distribute? This part confuses me.
Another approach I followed was choosing 1 child from the n children and giving him/her 1 toy from the n toys we have, gives us$${{n}\choose{1} }{{n}\choose{1}}$$ Is there only 1 way to give n different children n different toys so each gets 1 toy?
In this case the number of ways to distribute n different toys among n different children is simply n!
Indeed imagine to have the n toys in a row then you can distribute the n children in front of them in n! different ways.