Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Jan 22, 2025. It is now read-only.

joonanykanen/foundations_of_c

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Foundations Of C

This repository contains my practical assignment of our university's C programming course. The idea is to analyze the data of different electricity sources' usage on different periods of time. The implementation has been done using linked list and dynamic memory allocation.

Compiling and running the program

After you have downloaded the files from HTTavoite use make to compile the program. Assuming a linux distribution of some kind is in use.

  make
  ./HTTavoite

License

You can freely use these programs under the MIT license.

Usage/Examples

You can print a matrix analysis of the data for example and save it for later use.

About

This repository contains my practical assignment of our university's C programming course.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published