What is the relation between Algorithm and Coding???? Please explain this.... | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

What is the relation between Algorithm and Coding???? Please explain this....

I have heard that professional programmers initially draft an Algorithm for their programming....I wanna know it’s Importance...

24th Jun 2020, 3:02 PM
The Black Hat 🇨🇦🇧🇩
The Black Hat  🇨🇦🇧🇩 - avatar
5 Answers
+ 4
Algorithm is what you are going to do in order to solve a perticular problem. Coding is just typing that stuff out using a specific programming language.
24th Jun 2020, 3:04 PM
Arsenic
Arsenic - avatar
+ 1
Some rules or steps are must like start,end, initialization Algorithm name any thing after all your creating your own algorithm
24th Jun 2020, 4:27 PM
Gaurav Shirskar
Gaurav Shirskar - avatar
0
Algorithm is step by step execution Ex: you want to add 2 no and save it some variable a=1,b=2 Start a=1,b=2 c=a+b; print End This algorithm
24th Jun 2020, 4:14 PM
Gaurav Shirskar
Gaurav Shirskar - avatar
0
Is there any strategy in algorithm? I mean rules,name of algorithm etc..
24th Jun 2020, 4:23 PM
The Black Hat 🇨🇦🇧🇩
The Black Hat  🇨🇦🇧🇩 - avatar
0
Selection Sort Insertion Sort Heap Sort Merge Sort Quick Sort Bubble Sort Shell Sort Comb Sort Google them and check how they work for specific language.
24th Jun 2020, 5:26 PM
Bartek O.
Bartek O. - avatar