Algorithm

From CEOpedia | Management online
Revision as of 12:28, 1 December 2019 by Sw (talk | contribs) (Infobox update)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Algorithm
See also

Simplified definition of the algorithm says that:

An algorithm is a finite sequence of steps for turning input to the output.[1] (A. Jędryczkowski, 2005, s.2)

Figure 1. Scheme of the algorithm

Algorithm scheme.gif

When constructing any algorithm one such perform specific stages: understanding the problem, making assumptions, design of steps, constructing a flowchart or tree, programming, testing. Algorithms are part of larger field of science called artificial intelligence. Processing, and transforming data, can take place once or multiple times.

Examples of popular algorithms

The most common artificial intelligence algorithms:

  • search algorithms such as. A* (A Star) - heuristic method of search for shortest paths in a particular environment [2] (C. Płotnicki-Chudyk, 2005, s.6). One of the successful successors was B* (B Star) algorithm.


Figure 2. An example of A-Star algorithm

AStar algorithm.gif

  • min-max decision-making algorithm - involves finite element method in decision-making. One of the modifications of the Min-Max was named Alpha-Beta. The second most popular modification became SSS (State Space Search) - containing elements of the A-Star [3]
  • search algorithm, Breadthen-First Search (BFS) and (Depth-First Search - DFS) are tools for assisting with the creation of algorithms for searching for optimal solutions. They are working very well for searching graphs. For this reason, you can just use BFS to search for the best possible way in the maze
  • graph algorithms - applied for more complex mechanisms, reducing the amount of detail and overall transparency of causal model
  • sorting algorithms - very commonly used in all types of databases, as well as data warehousing
  • recursive algorithms - used to solve problems where recursion is the quickest way to correct algorithm processing [4] (N. Wirth, 2002, s.148)
  • evolutionary algorithms - class of heuristic algorithms, the search space of alternative solutions.
  • arithmetic systems - present in almost any computing structure (for addition, multiplication division etc.)
  • approximation algorithms - used to solve research problems, problem of a salesman, covering of warehouse space, and other [5] (T. Cormen, 2001, s.1073)

In accordance with the above definition, the algorithm can be created on the basis of almost every common human action, Everyone performs algorithms of rising out of bed, washing teeth or dressing. Preparation of meal is also an algorithm, like driving, cycling, or any other action. Thanks to this perception, the algorithms has become a separate science almost as extensive as information science.[6] (D. Harel, 2000, s.23)

References

  1. [1] A. Jędryczkowski, Algorytmy, Prezentacja, 2005
  2. [2] C. Płotnicki – Chudyk, Wyszukiwanie drogi w grach komputerowych, Prezentacja, 2005
  3. [3] Algorytmy rozwiązywania gier – prezentacja, Koło naukowe informatyków Fraktal
  4. [5] N. Wirth, Algorytmy + struktury danych = programy, Wydawnictwa Naukowo - Techniczne, 2002
  5. [7]Thomas H. Cormen, Charles E. Leiserson, Ronald L. Rivest, Wprowadzenie do algorytmów, Wydawnictwa Naukowo - Techniczne Warszawa, Wydanie 4, 2001
  6. [8] D. Harel, Rzecz o istocie informatyki: Algorytmika, Wydawnictwa Naukowo - Techniczne Warszawa, Wydanie drugie, 2000