From 9e7d927ab07e93373f03b8c1f3d01df12a83a5e3 Mon Sep 17 00:00:00 2001 From: Adam Mutaawe <38222701+AMutaa@users.noreply.github.com> Date: Sun, 18 Oct 2020 00:43:59 -0400 Subject: [PATCH] Update README.md --- 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: