Skip to content

Latest commit

 

History

History
90 lines (60 loc) · 2.88 KB

algorithms.md

File metadata and controls

90 lines (60 loc) · 2.88 KB

Algorithms

Course see:

List of Algorithms - http://en.wikipedia.org/wiki/List_of_algorithms con Theoretical Computer Science - http://en.wikipedia.org/wiki/Theoretical_computer_science

Decision Theory

Cluster Analysis

Combinatorial Optimisation

Graph Theory - Routing

Graph Theory - Search

Bloom Filter (Testing for member of a set) - https://www.igvita.com/2008/12/27/scalable-datasets-bloom-filters-in-ruby/

Linear Algebra Algorithms

Information Theory

Strings

Automaton Theory

Automaton Theory, see - http://en.wikipedia.org/wiki/Automata_theory

Celullar Automata was used in the early days to depict artificial life. Neural networks are also used:

http://en.wikipedia.org/wiki/Artificial_life

Computability Theory

Type Theory

Hindley–Milner type inference algorithm - http://smallshire.org.uk/sufficientlysmall/2010/04/11/a-hindley-milner-type-inference-implementation-in-python/comment-page-1/

Swarm Intelligence

Queuing Theory

See -

Genetic Algorithms