About Algorithm: Difference between revisions

From My Limbic Wiki
 
(One intermediate revision by the same user not shown)
Line 7: Line 7:
* Dichotomy
* Dichotomy
* [[QuickSort (Java)]]
* [[QuickSort (Java)]]
** Divide by two, until result
* Factorial
* Factorial
* Hanoï tours
* Hanoï tours
* Bubble
* [[BubbleSort (Java)]]
** Swapping the adjacent numbers two by two by order
** Swapping the adjacent numbers two by two by order
==Graphs==
==Graphs==

Latest revision as of 04:38, 30 May 2019

Most Famous Algorithm

  • Euclide
  • Karatsuba
  • Horner

Sorting Algoritms

Graphs

  • Dijkstra
  • Topologic sorting

Cryptography & Compression

  • Shannon-Fano
  • Huffman
  • Diffie-Hellman
  • RSA

Prime Numbers

  • ?

Most beautiful Equation