What are the most important algorithms?

Christoph Coutshan created an interesting survey that tries to identify the most important algorithms "in the world." Since one of the criteria is that “the algorithm should be widely used,” I would say that it would be a natural thing to extend the survey to a huge group of users in Qaru.

So what do you think? What algorithms deserve a place in the Hall of Fame of Algorithms?

+3
source share
3 answers

I am somewhat similar to this algorithm:

  • Enter a code.

  • Test code. If the buggy, go to step 3. If not, go to step 4.

  • Rewrite the code, then return to step 2.

  • - . - , 3, 5.

  • , ! , , 3, , .

+3

, , . RSA .

0

Hashing because it is the basis for so much security, data structure, etc. Hashing algorithms spawned many candidates of science. dissertations.

0
source

Source: https://habr.com/ru/post/1753375/


All Articles