Skip navigation links

CSU CS165

F G R T 

F

functions - Variable in class TestCases
 

G

greatestCommonDivisor(int, int) - Method in interface TestingFunctions
This method calculates and returns the GCD of a and b using a binary calculation method based on the pseudo code retrieved from Wikipedia on 4/5/18 (original pseudo code show below method)

R

reverseWindow(int[], int, int) - Method in interface TestingFunctions
This method reverses the subsection of the passed array defined by index1 and index2.

T

TestCases - Class in <Unnamed>
 
TestCases() - Constructor for class TestCases
 
testGCD() - Method in class TestCases
This is a simple validity check for the method greatestCommonDivisor.
TestingFunctions - Interface in <Unnamed>
 
testReverseWindow() - Method in class TestCases
This is a simple check of the reverseWindow method.
F G R T 
Skip navigation links

CSU CS165