From 4f607441c78b260c8a88a202f35cca996bf2efa4 Mon Sep 17 00:00:00 2001 From: John Washam Date: Sat, 4 Sep 2021 08:27:19 -0700 Subject: [PATCH] Fixed link. --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index c63a352..9b54d93 100644 --- a/README.md +++ b/README.md @@ -115,11 +115,11 @@ software development/engineering roles. - [Why use it?](#why-use-it) - [How to use it](#how-to-use-it) - [Don't feel you aren't smart enough](#dont-feel-you-arent-smart-enough) -- [About Video Resources](#about-video-resources) +- [A Note About Video Resources](#a-note-about-video-resources) - [Choose a Programming Language](#choose-a-programming-language) - [Books for Data Structures and Algorithms](#books-for-data-structures-and-algorithms) - [Interview Prep Books](#interview-prep-books) -- [A Note About Video Resources](#a-note-about-video-resources) +- [Don't Make My Mistakes](#dont-make-my-mistakes) - [What you Won't See Covered](#what-you-wont-see-covered) - [The Daily Plan](#the-daily-plan) - [Coding Question Practice](#coding-question-practice) @@ -127,7 +127,6 @@ software development/engineering roles. ### Topics of Study -- [The Study Plan](#the-study-plan) - [Algorithmic complexity / Big-O / Asymptotic analysis](#algorithmic-complexity--big-o--asymptotic-analysis) - [Data Structures](#data-structures) - [Arrays](#arrays) @@ -561,7 +560,7 @@ Challenge sites: - [Geeks for Geeks](https://practice.geeksforgeeks.org/explore/?page=1) - [InterviewBit](https://www.interviewbit.com/) -## The Study Plan +## Let's Get Started Alright, enough talk, let's learn!