What is an Algorithm?: a Modern View
Logic in Computer Science
2021-08-25 v1
Abstract
Although algorithm is one of the central subjects, there have been little common understandings of what an algorithm is. For example, Gurevich view algorithms as abstract state machines, while others view algorithms as recursors. We promote a third view: it is a combination to these two disparate views. This approach -- based on computability logic -- describes an algorithm as where is a set of input services and an output service. It leads to the following modern definition: {\it An algorithm is a (tree of) sequence of legal moves for providing using . } In the above, is written in an imperative language/abstract state machine and are written in recursors/logical specifications.
Cite
@article{arxiv.2108.10728,
title = {What is an Algorithm?: a Modern View},
author = {Keehang Kwon},
journal= {arXiv preprint arXiv:2108.10728},
year = {2021}
}
Comments
6 pages