This repository contains my work on data structures and algorithms in C so far.
In order to commit new changes, we can:
- Clone the repo using git clone https://github.com/lachydunne1/Structures-and-Algorithms
- git add folder.c folder.h (git add . stages all modified)
- git commit
- git push
- presto