Skip to content

Snigdh41/AdaM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AdaM

ReadMe File

Functions involved with code are performed on Array Input. Contains:

  • Sorting
  • Mean
  • Mode
  • Median
  • Max
  • Min

This file contains three parts of written code:

  • main.c -- contains main() portion of code containing menu driven code to input array and print respective output
  • func.c -- contains all the program snippets used to perform sorting, calculating mean, mode, median and calculation of maximum element or minimum element. In addition, file also contains display method.
  • arrayfunc.h -- contains header and abstract written for functions used in func.c and main.c
  • For more info on files, reach DJ at djorion.hey@gmail.com

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages