How do I apply my coding skills | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How do I apply my coding skills

I know how to code I wont say I'm the best but I'm good but i cant tackle any real life problems i dont know where to start

31st May 2019, 8:21 AM
Dagem68
2 Answers
+ 3
Dagem68 hi, 🍎 in real life programming problem first skill you have to learn is to understand the problem state, that is what an problem is indicating and what this problem want from us to solve like an mathematics questions once you get the question then point down important points towards which problem is indicating 🍎 second step is to write the steps to solve that problem by this way you able to create and increase your logical approach and problem solving skill once on paper you have found the perfect logic by Hit and trial or again and again write logic 🍎 after creation of logic the nest thing to write syntax according to the logic on computer and solve the problem and execute that. 🍎 this way you can able to solve the problem, in all this process only practice is key thing to done 🍎 in any stage you found your program is buggy then you can ping me I'll loved to answer and solved the query and buggy code till that try again and again and have some 🍎 🍎 🍎 🍎 🍎 🍎
31st May 2019, 9:09 AM
DishaAhuja
DishaAhuja - avatar
+ 1
Try solving the problems at these sites -Project euler -spoj -codeforces -1000projects ..... I'm sure you'll start to see and learn how to apply programming skills to real life problems. If you truly want to learn how to program well and solve many problems then you should read a book about algorithms and data structures. I recommend you read "Essential algorithms", it's one of the easiest algorithms book to read, all its samples are in psuedocode. Download it at allitebooks.org
31st May 2019, 2:31 PM
Mensch
Mensch - avatar