The problem: $\lim\limits_{x\to 0}\frac{\sqrt{x}\sin(x^n)}{(\sin(x))^m}$
First step - it's $0/0$, so I decided to use L'Hospital's rule, but encountered with $0/0$ again and again.
Then i tried to use $\lim\limits_{x\to0}\sin(x)/x = 1$ by creating $x^m$ and $x^n$ but also stuck on $0/0$
After that remained Taylor series, but I suppose there is a much easier solution.
Multiply and divide up and down by $x^m$ and by $x^n$ $$ \lim_{x\to0} \sqrt{x}x^{n-m}\frac{\sin(x^n)}{x^n}\left(\frac{x}{\sin x}\right)^m $$ and using $\sin(x)/x\to 1$ as $x\to 0$, the limit is effectively equivalent to the limit as $x\to 0$ of $x^{n-m+1/2}$, which is $0$ if $n-m+1/2>0$, $1$ if $n-m+1/2=0$ and $\infty$ if $n-m+1/2<0$.