+ 9
Why data structure and algorithms are important for programming?? What should I learn first??
8 Respostas
+ 2
Vineet, you should first learn about algorithms
An algorithm is a set of well defined and sequential steps that define how a particular problem can be solved in a definite and ordered sequence
I know it's bit bulky but talking about algorithm, it is true.
You should first learn the algorithm and the develop a program out of it as it is easy to debug(solve).
Hope you get your answer.đ
+ 4
It is easy to understand what is the program purpose and it is not only datstrucutures in all languages we use algorithm
+ 3
It probably doesn't matter too much but some algorithms use data structures so knowing data structures first makes sense.
+ 3
Programming is nothing without Data structures and algorithms.
+ 2
Good data structures make it for you to store and retrieve data (huge amount of data) easily.
Learning algorithms can help you to analyse the algorithms written by you. Their time complexity (Amount of time or steps required for execution of your code) and space complexity (Amount of space required to store the data created by your code) can be reduced if you can understand algorithms.
There is no such thing as what you should go for first.
But if you want to start, I would recommend data structures.
But you can go with algorithms as well not a big deal.
But remember these are really important if you wanna start your career in programming.
So learn them well.
Best of Luck đ
+ 1
ć„œçæ°æźç»æćçźæłèœèź©äœ ćççšćșæŽé«æ
+ 1
To know about time complexity, it must required.
0
You need DS and ALGORITHMS for Solving a Problem in the .....
MOST EFFICIENT WAY
If you can do it without it , you don't need this.