Browse Source

Removes C book link

John Washam 1 year ago
parent
commit
7f9642fd21
1 changed files with 0 additions and 1 deletions
  1. 0 1
      README.md

+ 0 - 1
README.md

@@ -297,7 +297,6 @@ When I did the study plan, I used 2 languages for most of it: C and Python
         - This is a short book, but it will give you a great handle on the C language and if you practice it a little
         - This is a short book, but it will give you a great handle on the C language and if you practice it a little
             you'll quickly get proficient. Understanding C helps you understand how programs and memory work.
             you'll quickly get proficient. Understanding C helps you understand how programs and memory work.
         - You don't need to go super deep in the book (or even finish it). Just get to where you're comfortable reading and writing in C.
         - You don't need to go super deep in the book (or even finish it). Just get to where you're comfortable reading and writing in C.
-        - [Answers to questions in the book](https://github.com/lekkas/c-algorithms)
 * Python: Modern and very expressive, I learned it because it's just super useful and also allows me to write less code in an interview.
 * Python: Modern and very expressive, I learned it because it's just super useful and also allows me to write less code in an interview.
 
 
 This is my preference. You do what you like, of course.
 This is my preference. You do what you like, of course.