Skip to content

jody/NumericUtilities

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

# Numeric Utilities Project
## CS3250 Practice - Fall 2024

This project provides scaffolding for exploration and
practice with test-driven development.
It also supports exploration of memoizing.

The repository is configured for use with BlueJ to facilitate student access.

### Utilities.java
This is a source code framework for implementing the Utilities class

The specifications for each method are provided in the javadoc comments.

Because this is a utility class
- It is non-extendable (finality "final")
- The constructor is hidden (visibility "private")
- All utility methods are accessible (visiblity "public")

### UtilitiesTest.java
This is a starting point for JUnit tests that check methods in Utilities.
It includes
- A constructor
- General test-fixture setup and teardown methods
- Sample unit test methods for at least one method in Utilities.

## Copyright Notice
NumericUtilities provides scaffolding for exploration and practice with test-driven development and memoizing.
Copyright (C) 2024 Dr. Jody Paul

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see https://www.gnu.org/licenses/

About

Templated workspace for CS3250 Fall 2024

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages