What are algorithmic paradigms?
Posted
by
Vaibhav Agarwal
on Programmers
See other posts from Programmers
or by Vaibhav Agarwal
Published on 2012-10-11T06:26:03Z
Indexed on
2012/10/11
9:52 UTC
Read the original article
Hit count: 444
We generally talk about paradigms of programming as functional, procedural, object oriented, imperative etc but what should I reply when I am asked the paradigms of algorithms?
For example are Travelling Salesman Problem, Dijkstra Shortest Path Algorithm, Euclid GCD Algorithm, Binary search, Kruskal's Minimum Spanning Tree, Tower of Hanoi paradigms of algorithms?
Should I answer the data structures I would use to design these algorithms?
© Programmers or respective owner