|
@@ -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!
|
|
|
|