You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Algorithm can be defined as a set of steps to accomplish a given task.
8
-
Its purpose is to make is easier to replicate doing the task again and be efficient and accurate to the same degree.
9
-
The term ‘Algorithm’ is derived from the name of 9th century Persian sci-entist, astronomer,
10
-
and mathematician Abdullah Muhammad bin Musa al-Khwarizimi who is also regarded as
11
-
‘The father of Algebra’.
8
+
Its purpose is to make is easier to replicate doing the task again and
9
+
be efficient and accurate to the same degree. The term ‘Algorithm’ is
10
+
derived from the name of 9th century Persian sci-entist, astronomer, and
11
+
mathematician Abdullah Muhammad bin Musa al-Khwarizimi who is also
12
+
regarded as ‘The father of Algebra’.
12
13
</p>
13
14
<br/>
14
15
<p>
15
-
Algorithm can be found everywhere in day-to-day life.
16
-
The primitive form of algorithm began with calculating and at the present time,
17
-
it is being used in complex study and operation such as artificial intelligence,
18
-
computer processing, gaming, molecular biology, and various other scientific research areas.
19
-
It can be as simple as steps to turn on and off a light switch to any mathematical or computational operations.
20
-
It is used primarily for calculation, data processing, and automated reasoning.The importance of algorithm arises once quality and efficiency are key factors to be considered while accomplishing any tasks.
21
-
Opposite of following an algorithmic process is performing the same task, each time in different and unique manner.
22
-
This introduces unreliability, inefficiency and increases time, energy, cost, and many other factors.
23
-
Thus, use of algorithm helps eliminate these hurdles, brings consistency, efficiency and quality which is visible as the result.
16
+
Algorithm can be found everywhere in day-to-day life. The primitive form
17
+
of algorithm began with calculating and at the present time, it is being
18
+
used in complex study and operation such as artificial intelligence,
19
+
computer processing, gaming, molecular biology, and various other
20
+
scientific research areas. It can be as simple as steps to turn on and
21
+
off a light switch to any mathematical or computational operations. It
22
+
is used primarily for calculation, data processing, and automated
23
+
reasoning.The importance of algorithm arises once quality and efficiency
24
+
are key factors to be considered while accomplishing any tasks. Opposite
25
+
of following an algorithmic process is performing the same task, each
26
+
time in different and unique manner. This introduces unreliability,
27
+
inefficiency and increases time, energy, cost, and many other factors.
28
+
Thus, use of algorithm helps eliminate these hurdles, brings
29
+
consistency, efficiency and quality which is visible as the result.
24
30
</p>
25
31
<br/>
26
32
<p>
27
-
Algorithm is related to function and sometimes they are even used interchangeably but they are still not same.
28
-
While an algorithm is a set of ideas or an abstract concept that elaborates on how to solve a problem,
29
-
and functions are the actual implementation of the algorithm which can be used to solve them.
30
-
Hence, a function can be an implementation of a whole algorithm or a single or multiple steps of an algorithm.
33
+
Algorithm is related to function and sometimes they are even used
34
+
interchangeably but they are still not same. While an algorithm is a set
35
+
of ideas or an abstract concept that elaborates on how to solve a
36
+
problem, and functions are the actual implementation of the algorithm
37
+
which can be used to solve them. Hence, a function can be an
38
+
implementation of a whole algorithm or a single or multiple steps of an
0 commit comments