From 2263be37d7b8be06949d6d5d3ac7d513f6e3ce3c Mon Sep 17 00:00:00 2001 From: John Washam Date: Thu, 8 Oct 2020 18:06:07 -0700 Subject: [PATCH] Removed Core Trees --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index e8039f0..4518097 100644 --- a/README.md +++ b/README.md @@ -669,7 +669,6 @@ Write code on a whiteboard or paper, not a computer. Test with some sample input ## Trees - ### Trees - Notes & Background - - [ ] [Series: Core Trees (video)](https://www.coursera.org/lecture/data-structures-optimizing-performance/core-trees-ovovP) - [ ] [Series: Trees (video)](https://www.coursera.org/lecture/data-structures/trees-95qda) - basic tree construction - traversal