Index

B E F I L P R 
All Classes and Interfaces|All Packages

B

bigIterative(int) - Static method in class edu.cnm.deepdive.Factorials
Computes (recursively) and returns the factorial of n as a BigInteger.
bigRecursive(int) - Static method in class edu.cnm.deepdive.Factorials
Computes (recursively) and returns the factorial of n as a BigInteger.

E

edu.cnm.deepdive - package edu.cnm.deepdive
 

F

Factorials - Class in edu.cnm.deepdive
Implements recursive and iterative forms of factorial computation, returning long and BigInteger results.

I

iterative(String) - Static method in class edu.cnm.deepdive.Palindromes
Tests input to determine if it is a palindrome, using an iterative test.

L

longIterative(int) - Static method in class edu.cnm.deepdive.Factorials
Computes (iteratively) and returns n! as a long.
longRecursive(int) - Static method in class edu.cnm.deepdive.Factorials
Computes (recursively) and returns n! as a long.

P

Palindromes - Class in edu.cnm.deepdive
Implements recursive and iterative tests for reversibility (palindromic nature) of String instances.

R

recursive(String) - Static method in class edu.cnm.deepdive.Palindromes
Tests input to determine if it is a palindrome, using a recursive test.
B E F I L P R 
All Classes and Interfaces|All Packages