+ 1
Is there any algorithm for solving programming problems? What to do when you can’t solve?
4 ответов
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
0
if you can not solve something, then divide the problem into several small subtasks. divide and conquer-says one saying
0
I think you have not yet heard of "data structures and algorithms" have you?
0
Avinesh, a little bit