The advantages of algorithms are:
1.They are easy to understand
2.They are easy to implement
3.They are easy to modify
4.They are not dependent on any particular computer language.
Chat with our AI personalities
advantages of algorithm
disadvantages of algorithm
it is time consuming & cubersome as an algorithm is developed first which is converted into flowchart &then into a
computer program.
Think of an example. You keep ten distinguishable balls in a line. Now I tell you to search for a blue ball which is the 5th ball in the line. Now the most basic method will be to start comparing the balls from one end of the queue. But the most less time consuming way will be 2 find the ball at the center of the queue.
We see that the second method is much less time consuming than the first method. The first method is called linear method for searching and the second method is called the binary method for searching.
We want our programs to run faster and use as less memory as possible. Hence we develop and analyze algorithms for this purpose. Ultimately we try aiming at a smarter program that anyone can use with as much less hustle as we can encounter.
A sequence of processes or steps which when provided with a set of input(s) can provide a complete solution or output
The general idea is to develop algorithms that (a) work at all, (b) work more efficiently - i.e., using a reasonable amount of computer memory and time.
advantages and disadvantages of recession
what are the advantages and disadvantages of refrigeration
because it is more secure than any other algorithm.
what are advantages and disadvantages of shapper machine
Main disadvantages:The major disadvantage of the algorithm is the fact that it does a blind searchthere by consuming a lot of time waste of necessary resources.Another disadvantage is that it cannot handle negative edges. This leads toacyclic graphs and most often cannot obtain the right shortest path.