This repo contains exercises implemented in c
Each file/folder contains an exercise
Exercises are taken from various sources and the links to the problem statements are given at the top of each file
FYI: If you get the following error while compiling/running any of the programs
undefined reference to ...
You need to add -lm
to the end of your compile statement