scispace - formally typeset
Journal ArticleDOI

A Complexity Measure

Reads0
Chats0
TLDR
Several properties of the graph-theoretic complexity are proved which show, for example, that complexity is independent of physical size and complexity depends only on the decision structure of a program.
Abstract
This paper describes a graph-theoretic complexity measure and illustrates how it can be used to manage and control program complexity. The paper first explains how the graph-theory concepts apply and gives an intuitive explanation of the graph concepts in programming terms. The control graphs of several actual Fortran programs are then presented to illustrate the correlation between intuitive complexity and the graph-theoretic complexity. Several properties of the graph-theoretic complexity are then proved which show, for example, that complexity is independent of physical size (adding or subtracting functional statements leaves complexity unchanged) and complexity depends only on the decision structure of a program.

read more

Citations
More filters
Journal ArticleDOI

A task allocation optimizer for software construction

TL;DR: An approach to multiobjective optimization is described and demonstrated with a problem involving the allocation of software construction tasks among a team of software developers with varying degrees of skill.
Journal ArticleDOI

Predicting SQL injection and cross site scripting vulnerabilities through mining input sanitization patterns

TL;DR: This paper aims to provide an alternative or complementary solution to existing taint analyzers by proposing static code attributes that can be used to predict specific program statements, rather than software components, which are likely to be vulnerable to SQLI or XSS.
Journal ArticleDOI

Searching for rules to detect defective modules: A subgroup discovery approach

TL;DR: This work proposes EDER-SD (Evolutionary Decision Rules for Subgroup Discovery), a SD algorithm based on evolutionary computation that induces rules describing only fault-prone modules that are a well-known model representation that can be easily understood and applied by project managers and quality engineers.
Proceedings ArticleDOI

Information needs for software development analytics

Buse, +1 more
Journal ArticleDOI

Towards Analyzing the Complexity Landscape of Solidity Based Ethereum Smart Contracts

TL;DR: This work proposes the adoption of some well-known OO metrics for Solidity smart contracts, and analyzes more than 40 thousand Solidity source files to suggest that smart contract programs are short, neither overly complex nor coupled too much, do not rely heavily on inheritance, and either quite well-commented or not commented at all.
References
More filters
Journal ArticleDOI

Structured Programming with go to Statements

TL;DR: For serious students of structured programming, and also for language designers, Knuth's "Structured Programming with go to Statements" is probably the paper to read.
Journal ArticleDOI

Analysis of structured programs

TL;DR: It is shown that an arbitrary program P is reducible to a D-chart if and only if P does not contain a loop with two distinct exits.
Journal ArticleDOI

A genealogy of control structures

TL;DR: It is argued further that there is insufficient evidence to warrant more than if-then-else, while-do, and their variants and the importance of one-in, one-out control structures as operational abstractions.