How essential is Algorithms and Data structures to Programming?? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How essential is Algorithms and Data structures to Programming??

will algorithms & data structures , better the way you code or problem you're trying to solve?

6th Jan 2017, 6:02 AM
Njabulo Sibaya
Njabulo Sibaya - avatar
5 Answers
+ 2
They help you to write efficient code and solve problems in optimal or near-optimal ways. Without them, you will be reinventing the wheel - not always successfully. also, they help you structure your code, so that it can be maintained more easily by encouraging a better design or implementation.
6th Jan 2017, 6:10 AM
noshin
noshin - avatar
+ 2
To put it in simple terms, Algorithm is the set of rules or process you use while solving a problem which is a must if your are solving a problem Data structure on the other hand, helps you optimize your code, meaning that it helps you maintain the effectiveness, consumption of memory etc of your program both are quite useful in programming
6th Jan 2017, 7:02 AM
Towfique Kabir
Towfique Kabir - avatar
+ 1
Data Structures and Program Design in C++ Robert L. Kruse follow this book for data structure ...helpful :)
8th Jan 2017, 7:18 PM
noshin
noshin - avatar
+ 1
there are fine videos on YouTube if you prefer that
9th Jan 2017, 6:49 PM
Towfique Kabir
Towfique Kabir - avatar
0
Thank you both for answering my question , is there any material on the internet or books you reccomend , in which one should read (in terms of Algorithms & data structures)...??
8th Jan 2017, 10:59 AM
Njabulo Sibaya
Njabulo Sibaya - avatar