Package analyzer.exercises.hamming
Class HammingAnalyzer
java.lang.Object
analyzer.exercises.hamming.HammingAnalyzer
- All Implemented Interfaces:
Analyzer
The
HammingAnalyzer
is the analyzer implementation for the hamming
practice exercise.- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
analyze
(Solution solution, OutputCollector output) Analyze the given solution and append analysis results to the given output..
-
Constructor Details
-
HammingAnalyzer
public HammingAnalyzer()
-
-
Method Details
-
analyze
Description copied from interface:Analyzer
Analyze the given solution and append analysis results to the given output.. Theanalyze
method of each analyzer is invoked once for the whole submitted solution.
-