Algorithmics

What are your algorithms?

Algorithmics is the science of algorithms. Algorithm design is the art of building a procedure which can solve efficiently a specific problem. It is the study of estimating the difficulty of problems by studying the properties of algorithm that solves them (algorithm analysis). To apply algorithmics, we must be able to quantify the problem and define the resources in time and memory necessary to reveal an algorithm.

Algorithms reveal a set of steps to achieve a desired result.

To solve a problem, algorithms reveal patterns.

to solve this problem.

Need further proof that we are programs?

If computers can decode who might commit suicide next, doesn't that validate that we operate like computers?

Designing a better algorithm

Accuracy and Efficiency.

The two components of an algorithm are: accuracy and efficiency.

Common algorithms, different applications

Society will continue to advance because every day, we can apply old algorithms in new ways.

Further Reading