0
Where to practice algorithm?
I am a beginner. Where to practice algorithm specifically these one's? Quick sort Linear search merge sort bubble master theorem heap sort knapsack prims algorithm interpolation
6 Answers
+ 4
I don't understand your question. If you know the names of the algorithms try solving them yourself.
You may look at the code if you get stuck to understand the core logic behind it.
If you want to practice building algorithms with hints try freecodecamp.org, hackerrank.com or algoexpert.io
or you could see how people solve it step by step on youtube etc..
+ 3
You should join leetcode.1500+ Data structure and algorithms.
+ 3
https://www.sololearn.com/learn/773/?ref=app
Helpful for you and as Isaac Fernandes says that you can write these codes on your code-bits!!
+ 3
Tbh you just need to know the basics, the rest is upto your problem solving skills..
+ 2
Thanks a lot guys , I will try my best.
0
And one more thing guys, what data structure topics do I need to know before learning these algorithms that i mentioned?