+ 18
How should I learn to write an algorithm?
For eg: Program to insert the node.
5 Respostas
+ 18
luka thanks :-)
+ 16
Thanks abdur
+ 6
see sololearn lessons. they included algorithms
+ 3
geeksforgeeks.com and if you want to test your skills codeforces.com
+ 1
try to write the code in a way non coder understands like more simple English sentences and less symbols that is what algorithm is.
eg: printf("hello world); is code in c++
print hello world is algorithm