From 32f22232c451c90bb44ede5c76e29ebb5f00eb93 Mon Sep 17 00:00:00 2001 From: baz Date: Mon, 29 Jan 2024 15:59:59 +0000 Subject: [PATCH] Update readme.md --- readme.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) 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