From 43c7cf18df9b529b3c42a473fd658ce10ec67ce1 Mon Sep 17 00:00:00 2001 From: DarkWiiPlayer Date: Mon, 25 Nov 2019 22:48:47 +0100 Subject: [PATCH] Add more books to bibliography --- bibliotheca.bib | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/bibliotheca.bib b/bibliotheca.bib index af21d48..861c06a 100644 --- a/bibliotheca.bib +++ b/bibliotheca.bib @@ -3,3 +3,18 @@ title = "Structure and Interpretation of Computer Programs", year = "1985", } +@book{97things, + title = "97 Things Every Programmer Should Know", + author = "Kevlin Henney", + year = "2010", +} +@book{tao1987, + title = "The Tao of Programming", + author = "Geoffrey James", + year = "1987", +} +@book{boyd2018, + title = "Introduction to Applied Linear Algebra", + author = "Stephen Boyd", + year = "2018", +}