Programming Resources
For Fun and Learning
Charles Cusack
Computer Science
Hope College
main
Python
C++
Factorial
Description
Factorial.cpp
INTEGER.cpp
INTEGER.h
Makefile
Download zip
Download tar/gzip
BST
BinarySearch
DLListExamples
DynamicMemory
Hanoi-Array
Hanoi-Stack
INTEGER
LList
Parameters
Queens
Queue
Random
Sorts
Stack
Stack-Array
TimingThings
TimingThings-C
JAVA
PHP
SQL
Assignments
Factorial
Description
Factorial
is a simple program to compute n!. The main purpose for the program is to help demonstrate usage of the
INTEGER
class.