From 7f9642fd21decae50e4b441131754ec1dc83a3ea Mon Sep 17 00:00:00 2001 From: John Washam Date: Wed, 25 Oct 2023 17:22:29 -0700 Subject: [PATCH] Removes C book link --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index e06ed59..d13a8ba 100644 --- a/README.md +++ b/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 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. - - [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. This is my preference. You do what you like, of course.