Is there any algorithm for solving programming problems? What to do when you can’t solve? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Is there any algorithm for solving programming problems? What to do when you can’t solve?

6th Dec 2019, 4:30 AM
Mary_d9
Mary_d9 - avatar
4 Answers
0
Yes of course! programming languages are based on algorithms. this is basic knowledge. to create programs, they are necessary. but as for the work at the initial stage, you need them most likely for an interview. at the very beginning of your career, you are likely to be trusted to perform monotonous, boring and routine work. for example, to find errors in the code. but it is necessary to know the algorithms, how they differ from each other and their effectiveness. the applicability for each specific case. learn algorithms and data structures
6th Dec 2019, 4:51 AM
Yaroslav Vernigora
Yaroslav Vernigora - avatar
0
if you can not solve something, then divide the problem into several small subtasks. divide and conquer-says one saying
6th Dec 2019, 4:53 AM
Yaroslav Vernigora
Yaroslav Vernigora - avatar
0
I think you have not yet heard of "data structures and algorithms" have you?
6th Dec 2019, 5:27 AM
Avinesh
Avinesh - avatar
0
Avinesh, a little bit
6th Dec 2019, 7:00 AM
Mary_d9
Mary_d9 - avatar