diff --git a/readme.md b/readme.md index e69de29..adc2807 100644 --- a/readme.md +++ b/readme.md @@ -0,0 +1,14 @@ +# Data Structures and Algorithms + +This repository contains implementations of common data structures and algorithms in C. +For my own personal revision, all implementations were initially attemped using minimal documentation and external help. + +## Content + +### Data Structures + +- TBA + +### Algorithms + +- TBA