Coding Challenges Solving Techniques

I have been going through video lectures. I am facing the problems to solve the challenges.

I feel as I am weak to solve the challenges.

I seek your guidances on how to improve my coding skills to solve the challenges.

Thank you.

hello @gokulmaran
watching lecture is not sufficient.
u should practice hard to get a good grip over each concept.

for that first u can try some easy level problems .
once u get conformtable with implemntaion. u can move to medium and then hard.

in one word-> practice hard

I hope I’ve cleared your doubt. I ask you to please rate your experience here
Your feedback is very important. It helps us improve our platform and hence provide you
the learning experience you deserve.

On the off chance, you still have some questions or not find the answers satisfactory, you may reopen
the doubt.

@gokulmaran if your doubt is cleared please mark it resolved

Only 1 test case passed.others are failed.can u help me rectify it?

this is my link https://ide.codingblocks.com/s/299062

@gokulmaran
m^2-n^2 , 2mn , m^2+n^2 where third one is hypotenuse and m>n . try using this
code for ref -