Think Data Structures (O'Reilly)
Wednesday, 13 September 2017

This practical book aims to help you get to grips with data structures and algorithms in a clear, concise, and engaging way.  Author Allen Downey emphasizes practical knowledge and skills over theory and shows how to use data structures to implement efficient algorithms, and then analyze and measure their performance. The book explores the important classes in the Java collections framework (JCF), how they're implemented, and how they're expected to perform.

<ASIN:1491972394>

 

Author: Allen B. Downey
Publisher: O'Reilly
Date: July 2017
Pages: 155
ISBN: 978-1491972397
Print: 1491972394
Kindle: B073SJBWKD
Audience: Students and developers wanting to learn data structures
Level: Introductory
Category: JavaData Science

 

  • Use data structures such as lists and maps, and understand how they work
  • Build an application that reads Wikipedia pages, parses the contents, and navigates the resulting data tree
  • Analyze code to predict how fast it will run and how much memory it will require
  • Write classes that implement the Map interface, using a hash table and binary search tree
  • Build a simple web search engine with a crawler, an indexer that stores web page contents, and a retriever that returns user query results.

For recommendations of Big Data books see Reading Your Way Into Big Data in our Programmer's Bookshelf section.

Follow @bookwatchiprog on Twitter or subscribe to I Programmer's Books RSS feed for each day's new addition to Book Watch and for new reviews.

To have new titles included in Book Watch contact  BookWatch@i-programmer.info

Banner
 


Android Programming: The Big Nerd Ranch Guide (5e)

Authors: Bryan Sills, Brian Gardner, Brian Hardy and Kristin Marsicano
Publisher: Addison-Wesley
Pages: 688
ISBN: 978-0137645541
Print: 0137645546
Kindle: B09WLF84W7
Audience: Kotlin programmers
Rating: 4.5
Reviewer: Mike James  

The Big Nerd Ranch Guide to Android is bac [ ... ]



Continuous Architecture In Practice (Addison-Wesley)

Author: Murat Erder, Pierre Pureur and Eoin Woods
Publisher: Addison-Wesley
Pages: 352
ISBN: 978-0136523567
Print: 0136523560
Kindle: ‎B08ZRTQGLJ
Audience: Software Architects
Rating: 3
Reviewer: Kay Ewbank

This book sets out the case for why software architecture is more important than ever, and in p [ ... ]


More Reviews