From 225aabf995ba6ea4677a73ac8f0bccec4852e7a6 Mon Sep 17 00:00:00 2001 From: Shambhavi Sachid Date: Thu, 31 Aug 2017 13:30:01 -0700 Subject: [PATCH] Fix README formatting --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 617538f..6ce4350 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ Welcome to the exercises. This is where the magic happens! 4. [Bonus] Try out Heapsort - https://github.com/kuychaco/algoClass/blob/master/sorting-algorithms/heap.js -###Wednesday - June 15th +### Wednesday - June 15th 1. Implement a Linked List: - https://github.com/kuychaco/algoClass/blob/master/data-structures/linkedList.js 2. Create a tree data structure: