From fe0c4941e83a9f422b09793f8b47c97120695232 Mon Sep 17 00:00:00 2001 From: ToyB-Chan Date: Fri, 29 Nov 2024 13:59:23 +0100 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b82480d..1872c35 100644 --- a/README.md +++ b/README.md @@ -1 +1,3 @@ -# minimal-heap \ No newline at end of file +# minimal-heap + +Provides a minimal heap algorithm with no depedencies. Useful for embeded systems or to just play around.