Where to practice algorithm? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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

28th May 2021, 11:01 AM
LIGHT
LIGHT - avatar
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..
28th May 2021, 11:17 AM
Isaac Fernandes
Isaac Fernandes - avatar
+ 3
You should join leetcode.1500+ Data structure and algorithms.
28th May 2021, 11:26 AM
Aman Singh
Aman Singh - avatar
+ 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!!
28th May 2021, 11:27 AM
Abhiyantā
Abhiyantā - avatar
+ 3
Tbh you just need to know the basics, the rest is upto your problem solving skills..
28th May 2021, 11:38 AM
Isaac Fernandes
Isaac Fernandes - avatar
+ 2
Thanks a lot guys , I will try my best.
28th May 2021, 11:41 AM
LIGHT
LIGHT - avatar
0
And one more thing guys, what data structure topics do I need to know before learning these algorithms that i mentioned?
28th May 2021, 11:37 AM
LIGHT
LIGHT - avatar