Design Algorithm and Analysis
So what is “Design Algorithm And Analysis”? I have this as one of my course in my 4th semester and I was confused about its uses and advantages over other such sources, so I surfed the net and this is what I found
Design analysis is essentially a decision-making process in which analytical tools derived from basic sciences, mathematics, statistics and engineering fundamentals are utilized to develop a product model that can be converted into an actual product .An algorithm is the best way to represent the solution of a particular problem in a very simple and efficient way. If we have an algorithm for a specific problem, then we can implement it in any programming language, meaning that the algorithm is independent from any programming languages.
To solve a problem, different approaches can be followed. Some of them can be efficient with respect to time consumption while other approaches may be memory efficient.
Using this method we can find an algorithm to a certain problem and implement it in different programming language to generate the certain output 😃
Author
Akash Muthukumar (19BCE10379)