Skip to content

Commit

Permalink
Update some books
Browse files Browse the repository at this point in the history
  • Loading branch information
nicosalm committed Feb 2, 2025
1 parent 9575f35 commit cb1223e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ rating: 5
tags: ["Category One", "Category Two"]
review: "Book review text"
links:
goodreads: "https://goodreads.com/..."
personalSite: "https://example.com"
---
```
Expand Down
2 changes: 1 addition & 1 deletion src/content/books/clrs.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: "Introduction to Algorithms"
author: "Thomas H. Cormen, Charles E. Leiserson, Ronald L. Rivest, Clifford Stein"
dateRead: "2024-02-15"
cover: "https://mit-press-us.imgix.net/covers/9780262046305.jpg"
rating: 5
rating: 4
tags: ["Algorithms"]
review: "The definitive algorithms reference book."
recommendationLevel: "Must Read"
Expand Down
4 changes: 2 additions & 2 deletions src/content/books/logicomix.mdx
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
title: "Logicomix"
author: "Noam Nisan, Tim Roughgarden, Éva Tardos, Vinay V. Vazirani"
author: "Apostolos Doxiadis"
dateRead: "2025-01-15"
cover: "https://img.salm.dev/u/mAt0Ro.jpg"
rating: 5
tags: ["Algorithms"]
review: "Graphic novel chronicling Bertrand Russell's quest to establish the foundations of mathematics while exploring the personal turmoil of great logicians."
links:
personalSite: "https://www.cs.cmu.edu/~sandholm/cs15-892F13/algorithmic-game-theory.pdf"
personalSite: "https://www.logicomix.com/en/index.html"
------

0 comments on commit cb1223e

Please sign in to comment.