Institusion
Institut Teknologi Perusahaan Listrik Negara
Author
VERNANDA, OKTA
Rusjdi, Darma
Sangadji, Iriansyah BM
Subject
Teknik Informatika
Datestamp
2022-09-22 03:24:06
Abstract :
Complexity is one of the important factors that can affect the quality of software,
by calculating the complexity of the program, we can know the complexity of a
source code. In this thesis discuss about how to design an application that can
calculate the complexity of the program by using cyclomatic complexity.
Cyclomatic complexity uses a flow graph to determine the complexity values
based on the nodes and edges of the flow graph structure. It is expected that
this application can help the programmer in determining the level of complexity
of a program and assist the lecturer in assessing the complexity of the student
task program