From 0b9581f6382843056b7e2f2c34d1c4731dc79861 Mon Sep 17 00:00:00 2001 From: Andrew Lalis Date: Tue, 23 May 2017 11:12:23 +0200 Subject: [PATCH] corrected links in readme. --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d339fd8..b6c0fbb 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,10 @@ A handy collection of C algorithms compiled into one header file for use anywhere. Feel free to include this file with any C project, as long as you keep the comment at the top with a little copyright notice. ##### Table of Contents -[Stacks](#Stack) +[Stacks](#stack) +[Queues](#queue) +[Linked Lists](#linked-list) +[Heap(Priority Queue)](#heap-priority-queue) ## Stack