Difference between revisions of "Complexity"

From Wiki @ Karl Jones dot com
Jump to: navigation, search
(See also)
(See also)
Line 20: Line 20:
  
 
* [[Advice (complexity)]]
 
* [[Advice (complexity)]]
 +
* [[Computational complexity theory]]
 
* [[Computer science]]
 
* [[Computer science]]
 
* [[Cyclomatic complexity]]
 
* [[Cyclomatic complexity]]

Revision as of 16:02, 9 March 2016

The term complexity is generally used to characterize something with many parts where those parts interact with each other in multiple ways.

The study of these complex linkages at various scales is the main goal of complex systems theory.

Discussion

There is no absolute definition of what complexity means, the only consensus among researchers is that there is no agreement about the specific definition of complexity.

In science, there are at this time a number of approaches to characterizing complexity, many of which are reflected in this article.

Neil Johnson admits that "even among scientists, there is no unique definition of complexity - and the scientific notion has traditionally been conveyed using particular examples..."

Ultimately he adopts the definition of 'complexity science' as "the study of the phenomena which emerge from a collection of interacting objects."

Cyclomatic complexity

In software development, cyclomatic complexity is a metric used to indicate the complexity of a computer program.

See also

External links