From d26b1f99b81cbaf98be6a47cccab2d21e28a618e Mon Sep 17 00:00:00 2001 From: Mahbub Zaman Date: Wed, 10 Apr 2024 21:51:53 +1000 Subject: [PATCH] add a new book --- ui/public/resource/book.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/ui/public/resource/book.json b/ui/public/resource/book.json index 707981d5..29991b77 100644 --- a/ui/public/resource/book.json +++ b/ui/public/resource/book.json @@ -260,5 +260,19 @@ "name": "" } ] + }, + { + "name": "A Common-Sense Guide to Data Structures and Algorithms", + "category": "Algorithms", + "subCategory": "Programming", + "url": "https://pragprog.com/titles/jwdsal2/a-common-sense-guide-to-data-structures-and-algorithms-second-edition/", + "socials": [ + { + "url": "", + "name": "" + } + ] } ] + +