Skip to content

Useful classes implemented in core Java that I am likely to use again.

Notifications You must be signed in to change notification settings

forestwhite/corejava

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 

Repository files navigation

CoreJava

Useful classes implemented in core Java that I am likely to use again.

  • Dice: Generates random numbers in a specific range
  • Cal: Reproduction of the UNIX Cal command
  • PadString: Generates strings based on input string with white space padding
  • Primecalculator: Calculates all primes less than input upper bound.
  • QuadraticEquation: Quadratic equation as an object, which calculates discriminant and real or complex floating point roots.

About

Useful classes implemented in core Java that I am likely to use again.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages