From 2a1503ef41621c18ac20f263b4e3247dc1d79af4 Mon Sep 17 00:00:00 2001 From: Andrew Lalis Date: Tue, 23 May 2017 11:13:41 +0200 Subject: [PATCH] fixed table of contents list newlines --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index b6c0fbb..7bfa022 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ # Algorithms 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) -[Queues](#queue) -[Linked Lists](#linked-list) -[Heap(Priority Queue)](#heap-priority-queue) +## Table of Contents +1. [Stacks](#stack) +2. [Queues](#queue) +3. [Linked Lists](#linked-list) +4. [Heap(Priority Queue)](#heap-priority-queue) ## Stack