+ 6
How to become a expert in algorithms
As you know guys !!! solving algorithms is too much fun for a coader But not for a guy , who is just started now like me When ever i try to solve a question , i feel it's so much hard for me to do Please tell me how to deal with algo 🙏🙏
8 odpowiedzi
+ 8
There is not any easy way to become good at anything but there is an efficient way to do everything.
First try learn basics of language . For example if u know all basics of cpp then go for data structure .
Now, the efficient way of learning Data Structures and Algorithms depends on a several factors:
Your prior knowledge of programming languages and basic DS and Algos.
The purpose for which you want to learn it.
The resources available to you.
A perfect guide!
Let us now take a deeper look at each of the points highlighted above:
Prior knowledge of DS and Algo: If you are already well versed with the basic data structures like Arrays, Linked Lists etc. and some of the basic algorithms like Sorting, Searching etc. then you will comparatively take much less time than a complete newbie as you already know the basics. For example if you even don’t understand the programming example mentioned at the start of the article then you have a long way to go.
+ 6
Read and understand the problem, break it down into simpler problems. Once they are simple enough start coding! Or at least that’s what I do. 🤓
+ 2
You can learn how to do algorithms here:
https://www.udemy.com/course/algoritmos-desde-cero/
+ 1
To write code in simple terms for interpreting is termed as algorithm .focus on coding before entering algorithms.
0
Take course of Data structure and algorithm in c++ then solve problem on hackerrank.
0
You can't expert in alogrithms in one day like madman, everything need hard work
Start with basic code learn first