+ 1
Algorithms
How can I be good at Algorithms
3 Answers
+ 4
Study algorithms, learn algorithms, play with algorithms, use algorithms, etc. One of the best ways to learn is by doing. Create a practical application with algorithms
+ 9
Ninja Oil
Practice problem solving questions to get better understanding of algorithms. Learn basic algorithm of sorting,data structures etc and implement them differently with your understanding.
Check these for details:
https://www.sololearn.com/Discuss/1968186/?ref=app
https://www.sololearn.com/Discuss/570502/?ref=app
https://www.sololearn.com/Discuss/1844872/?ref=app
+ 3
Most programs you write have some basic algorithm in it.