Fixed link.

This commit is contained in:
John Washam 2021-09-04 08:27:19 -07:00
parent b611709cb0
commit 4f607441c7
1 changed files with 3 additions and 4 deletions

View File

@ -115,11 +115,11 @@ software development/engineering roles.
- [Why use it?](#why-use-it) - [Why use it?](#why-use-it)
- [How to use it](#how-to-use-it) - [How to use it](#how-to-use-it)
- [Don't feel you aren't smart enough](#dont-feel-you-arent-smart-enough) - [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) - [Choose a Programming Language](#choose-a-programming-language)
- [Books for Data Structures and Algorithms](#books-for-data-structures-and-algorithms) - [Books for Data Structures and Algorithms](#books-for-data-structures-and-algorithms)
- [Interview Prep Books](#interview-prep-books) - [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) - [What you Won't See Covered](#what-you-wont-see-covered)
- [The Daily Plan](#the-daily-plan) - [The Daily Plan](#the-daily-plan)
- [Coding Question Practice](#coding-question-practice) - [Coding Question Practice](#coding-question-practice)
@ -127,7 +127,6 @@ software development/engineering roles.
### Topics of Study ### Topics of Study
- [The Study Plan](#the-study-plan)
- [Algorithmic complexity / Big-O / Asymptotic analysis](#algorithmic-complexity--big-o--asymptotic-analysis) - [Algorithmic complexity / Big-O / Asymptotic analysis](#algorithmic-complexity--big-o--asymptotic-analysis)
- [Data Structures](#data-structures) - [Data Structures](#data-structures)
- [Arrays](#arrays) - [Arrays](#arrays)
@ -561,7 +560,7 @@ Challenge sites:
- [Geeks for Geeks](https://practice.geeksforgeeks.org/explore/?page=1) - [Geeks for Geeks](https://practice.geeksforgeeks.org/explore/?page=1)
- [InterviewBit](https://www.interviewbit.com/) - [InterviewBit](https://www.interviewbit.com/)
## The Study Plan ## Let's Get Started
Alright, enough talk, let's learn! Alright, enough talk, let's learn!