GeekArticles
Concepts
Data StructureCellular Automata and Complexity
Author: stephenwolfram.com |
Published: 12th Aug 2005 |
Visited: 374 times |
Add CommentFiled in: Data StructureCellular Automata and Complexity
Read Article Sponsored Links
Related Articles
• Cagle's Law of Constant Complexity? Good quote from Kurt Cagle on XML-DEV "Simplicity is good - it makes interoperability far easier. However, simplicity in one place usually comes at the expense of complexity somewhere else." The trick is to move the complexity to areas tha ...
• The Lazy Builder?s Complexity Lesson
This article investigates the complexity guarantees made by the C++ Standard Library. By analyzing and measuring the performance of alternative solutions to the same problem it shows how this library allows us to write code that is both simple and efficient.
...
• Metrics for XML Projects #5: Structured Document Complexity Metric Structure Document Complexity Metric
The Structured Document Complexity Metric asks the question “How complex is this document set or schema?” for the purposes of project estimation and management. The metric works for a sampled set of documents (XML or SGML) and for grammar-based schem ...
• Thoughts on Complexity Over the years, I've noticed that in programming, as in other systems, there seems to be a fairly invariant rule out there:
You can never eliminate complexity from a system, you can only move it from place to place.
or, put another way,
In any program, someone will have to deal with the mess wh ...