Skip to content

Software complexity can be defined as the degree of difficulty in analysis, testing, design and implementation of software.

License

Notifications You must be signed in to change notification settings

dilansalinda/Code-Complexity-Analysis-Halstead

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Java-Code-Complexity-Analysis---Halstead-Complexity

Software complexity can be defined as the degree of difficulty in analysis, testing, design and implementation of software.

By using these parameters, Halsted theory can be defined as a set of complexity measures

n1 = number of unique or distinct operators appearing in a program.

n2 = number of unique or distinct operands.

N1 = total number of operators (implementation).

N2 = total number of operands (implementation).

About

Software complexity can be defined as the degree of difficulty in analysis, testing, design and implementation of software.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages