I am software engineer with 4 years experience and also a postgraduate student in AI.
Asked by Swetha · 6 months ago
What is the best way to define what an algorithm is?
An algorithm is a set of instruction to complete a process.For example, Addition of two number- 1: take two number say x and y 2: sum=x+y, where sum holds the result 3: display sum
I am software engineer with 4 years experience and also a postgraduate student in AI.