The objective of this repository is to improve my ability to code in C.
These elements are part of this repository.
#C_Ring
C_Ring is my implementation of a circular stack in the C programming language.
#C_git_automatic_script
C_git_automatic_script aims to automate the process of getting changes into the cloud. Here the goal is to only have to call the script with an argument instead of commiting and pushing individually.
#C_primenumber_calculator
C_primenumber_calculator aims to calculate a lot of primes and reliably.