Skip to content

Challenge 3. This Java program contains five functions: SortArray, FindMode, FindMedian, HighestValue, and FindPrimeNumber. These functions can be helpful in various numerical analysis applications.

Notifications You must be signed in to change notification settings

KavidiDeSilva/Challenge3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

ArrayProcessor.java

Challenge3

This GitHub repository contains a Java program that implements five different algorithms:

  1. SortArray - sorts an array of integers in ascending order
  2. FindMode - finds the mode (most frequent value) in an array of integers
  3. FindMedian - finds the median (middle value) in an array of integers
  4. HighestValue - finds the highest value in an array of integers
  5. FindPrimeNumber - checks if a given integer is a prime number or not.

These functions can be useful in various applications where numerical analysis is required.

About

Challenge 3. This Java program contains five functions: SortArray, FindMode, FindMedian, HighestValue, and FindPrimeNumber. These functions can be helpful in various numerical analysis applications.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages