/C-Projects

Projects developed in C language.

Primary LanguageC

C-Projects

This repository contains the following projects:

  1. Audio volume modifier -
    Inputs a .wav file and returns a .wav file with modified volume on the basis of a user inputted factor.
make Audio_Volume_Modifier

  1. Filters -
    Executes the following filters on .bmp images:
    i) Grayscale
    ii) Sepia
    iii) Reflection
    iv) Blur
    v) Edge highlighting
make Filters
  1. Tideman Election -
    Implements the tideman algorithm for conducting an election.
make Tideman_Elections

  1. Runoff Election -
    Implements the instant runoff system to conduct an election.
make Runoff_elections

  1. Readability Test -
    Determines the (U.S.) grade level required to understand a given text. Uses Coleman-Liau index.
make Readability_Test

⚠️ working requires Premake5 installed