verdigris
- 118
- 0
Which algorithm is the most useful and compact that anyone has written?
The discussion revolves around the question of identifying the most useful algorithm ever written, exploring various interpretations and examples of algorithms across different contexts, including programming, mathematics, and everyday applications.
Participants generally do not agree on a single most useful algorithm, with multiple competing views and interpretations presented throughout the discussion.
Some statements reflect personal opinions and humorous takes on the concept of algorithms, indicating a lack of formal definitions or consensus on what constitutes an algorithm in this context.
TristanJ said:... there is no "most usefule algorithm ever written" ...
verdigris said:Which algorithm is the most useful and compact that anyone has written?
TristanJ said:Algorithm to add two numbers:
c=a+b;
![]()
Tristan